Exemplo n.º 1
0
 public Anamnese ObterAnamnesePorId(int id)
 {
     return(_repository.ObterAnamnesePorId(id));
 }