UI fejlesztése
This commit is contained in:
@@ -15,5 +15,6 @@ namespace WorkFlowCheck.MAUI.Services.Interfaces
|
||||
|
||||
Task<List<CheckListHeaderDTO>> GetCheckLists(int userId);
|
||||
Task<List<CheckListTemplateHeaderDTO>> GetCheckListTemplates(int userId);
|
||||
Task<List<CheckListRowDTO>> GetCheckListRowsByCheckPointCode(int userId, int checkListHeaderId, string checkPointCode);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user