Exemplo n.º 1
0
 public List <Atestado> ListarAtestadoByPaciente(int id)
 {
     return(_repository.ListarAtestadoByPaciente(id));
 }