POST hogy tudjunk menteni is.
This commit is contained in:
@@ -7,9 +7,10 @@ namespace WorkFlowCheck.BL.Services.Interfaces
|
||||
{
|
||||
Task<List<CheckPointDTO>> GetAllCheckPointAsync();
|
||||
Task<CheckPointDTO> GetCheckPointAsync(int id);
|
||||
Task<CheckPointDTO> UpdateCheckPointAsync(CheckPointDTO checkPointDTO);
|
||||
Task<List<LocationDTO>> GetAllLocationAsync();
|
||||
Task<List<EquipmentDTO>> GetAllEquipmentAsync();
|
||||
|
||||
|
||||
Task<List<CheckListTemplateHeaderDTO>> GetAllCheckListTemplateAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user