SyncControl
This commit is contained in:
@@ -23,5 +23,7 @@ namespace WorkFlowCheck.BL.Services.Interfaces
|
||||
|
||||
Task<List<CheckListTemplateHeaderDTO>> GetAllCheckListTemplateAsync(int userId);
|
||||
Task<List<CheckListHeaderDTO>> GetAllCheckListAsync(int userId);
|
||||
|
||||
Task<CheckListHeaderDTO> UpdateCheckListHeaderAsync(CheckListHeaderDTO checkListHeaderDTO);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user