Most működik a fénykép

This commit is contained in:
2025-03-24 18:25:12 +01:00
parent 8f38408646
commit 3d44804bad
4 changed files with 130 additions and 13 deletions
@@ -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);
}
}