Most működik a fénykép
This commit is contained in:
@@ -16,5 +16,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);
|
||||
Task<CheckListRowDTO> UpdateCheckListRow(CheckListRowDTO checkListRowDTO);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user