Controller javítása userId-vel
This commit is contained in:
@@ -20,6 +20,7 @@ namespace WorkFlowCheck.BL.Services.Interfaces
|
||||
Task<EquipmentDTO> UpdateEquipmentAsync(EquipmentDTO EquipmentDTO);
|
||||
|
||||
|
||||
Task<List<CheckListTemplateHeaderDTO>> GetAllCheckListTemplateAsync();
|
||||
Task<List<CheckListTemplateHeaderDTO>> GetAllCheckListTemplateAsync(int userId);
|
||||
Task<List<CheckListHeaderDTO>> GetAllCheckListAsync(int userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user