WEB most jól működik Datatables-sel.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using WorkFlowCheck.Common.DTO;
|
||||
|
||||
namespace WorkFlowCheck.Web.Services.Interfaces
|
||||
{
|
||||
public interface IBaseStockService
|
||||
{
|
||||
Task<List<CheckPointDTO>> GetAllCheckPoints();
|
||||
Task<CheckPointDTO> GetCheckPoint(int id);
|
||||
Task<CheckPointDTO> UpdateCheckPoint(CheckPointDTO checkPoint);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user