Example #1
0
 public async Task EliminarAtendimento(int atendimentoID)
 {
     await aService.DeleteAtendimentoAsync(atendimentoID);
 }