CheckListTemplateHeader törlése WEB-ről

This commit is contained in:
2025-04-25 11:38:09 +02:00
parent 4025224821
commit 2fae17fed4
8 changed files with 172 additions and 20 deletions
@@ -489,7 +489,10 @@ namespace WorkFlowCheck.BL.Services
return retVal;
}
public async Task<bool> DeleteCheckListTemplateHeaderAsync(int id)
{
return await DeleteEntityByIdAsync<CheckListTemplateHeader>(id);
}
public async Task<CheckListTemplateRowDTO> GetCheckListTemplateRowAsync(int id)
{
var retVal = new CheckListTemplateRowDTO();