API módosítása

This commit is contained in:
2025-03-11 17:01:26 +01:00
parent 8f9e5df847
commit 3071ac7080
3 changed files with 48 additions and 0 deletions
@@ -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();