Van új és folytatható CheckLista
This commit is contained in:
@@ -11,5 +11,9 @@ namespace WorkFlowCheck.MAUI.Services.Interfaces
|
||||
{
|
||||
Task<ApiResponseDTO<CheckListHeaderDTO>> StartNew(CheckListTemplateHeaderDTO checkListTemplateHeaderDTO);
|
||||
Task<ApiResponseDTO<CheckPointDTO>> GetCheckPoint(int checkPointId);
|
||||
|
||||
|
||||
Task<List<CheckListHeaderDTO>> GetCheckLists(int userId);
|
||||
Task<List<CheckListTemplateHeaderDTO>> GetCheckListTemplates(int userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user