API és endpoint kiegészítése
This commit is contained in:
@@ -5,6 +5,7 @@ namespace WorkFlowCheck.BL.Services.Interfaces
|
||||
{
|
||||
public interface ISyncService
|
||||
{
|
||||
Task<CheckPointListDTO> GetAllCheckPoint();
|
||||
Task<CheckPointListDTO> GetAllCheckPointAsync();
|
||||
Task<List<CheckListTemplateHeaderDTO>> GetAllCheckListTemplateAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user