public void Delete(int id)
 {
     rep.Delete(id);
 }
Exemple #2
0
 public void ExcluirAtendimento(int id)
 {
     repository.Delete(id);
 }