예제 #1
0
 public List <RequisicaoExames> ListarRequisicoesByPaciente(int id)
 {
     return(_repository.ListarRequisicoesByPaciente(id));
 }