Exemplo n.º 1
0
 public async Task deleteTreatment(int treatmentId)
 {
     await _treatmentRepos.DeleteAsync(treatmentId, true);
 }