Ellenőrzés lezárása
This commit is contained in:
@@ -11,6 +11,7 @@ namespace WorkFlowCheck.BL.Services.Interfaces
|
||||
Task<bool> AcceptCheckListHeaderAsync(int id, int userid);
|
||||
Task<bool> BlockCheckListHeaderAsync(int id, int userid);
|
||||
Task<bool> UnBlockCheckListHeaderAsync(int id, int userid);
|
||||
Task<bool> CloseCheckListHeader(CheckListHeaderCloseDTO closeCheckListHeaderCloseDTO);
|
||||
Task<byte[]> CreateCheckListHeaderPDFAsync(int checkListHeaderId);
|
||||
Task<CheckListHeaderDTO> StartNewCheckListAsync(CheckListHeaderNewDTO checkListHeaderNewDTO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user