Exemplo n.º 1
0
 public void ExcluirAnamnese(Anamnese anamnese)
 {
     _repository.ExcluirAnamnese(anamnese);
 }