Feloldás mobilról

This commit is contained in:
2025-04-17 08:41:56 +02:00
parent 335f00367d
commit bce3c9e401
3 changed files with 54 additions and 2 deletions
@@ -18,5 +18,9 @@ namespace WorkFlowCheck.MAUI.Services.Interfaces
Task<List<CheckListTemplateHeaderDTO>> GetCheckListTemplates(int userId);
Task<List<CheckListRowDTO>> GetCheckListRowsByCheckPointCode(int userId, int checkListHeaderId, string checkPointCode);
Task<CheckListRowDTO> UpdateCheckListRow(CheckListRowDTO checkListRowDTO);
Task<bool> UnBlockCheckListHeader(CheckListHeaderDTO checkListHeaderDTO);
Task<bool> BlockCheckListHeader(CheckListHeaderDTO checkListHeaderDTO);
Task<bool> AcceptCheckListHeader(CheckListHeaderDTO checkListHeaderDTO);
}
}