API módosítása
This commit is contained in:
@@ -6,6 +6,7 @@ namespace WorkFlowCheck.BL.Services.Interfaces
|
||||
public interface ISyncService
|
||||
{
|
||||
Task<List<CheckPointDTO>> GetAllCheckPointAsync();
|
||||
Task<CheckPointDTO> GetCheckPointAsync(int id);
|
||||
Task<List<LocationDTO>> GetAllLocationAsync();
|
||||
Task<List<EquipmentDTO>> GetAllEquipmentAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user