ISyncService bővítése
This commit is contained in:
@@ -5,7 +5,10 @@ namespace WorkFlowCheck.BL.Services.Interfaces
|
||||
{
|
||||
public interface ISyncService
|
||||
{
|
||||
Task<CheckPointListDTO> GetAllCheckPointAsync();
|
||||
Task<List<CheckPointDTO>> GetAllCheckPointAsync();
|
||||
Task<List<LocationDTO>> GetAllLocationAsync();
|
||||
Task<List<EquipmentDTO>> GetAllEquipmentAsync();
|
||||
|
||||
Task<List<CheckListTemplateHeaderDTO>> GetAllCheckListTemplateAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user