Пример #1
0
 public async Task <bool> DeleteLaboratoryByIdAsync([FromRoute] int Id)
 {
     return(await laboratoryService.DeleteByIdAsync(Id));
 }