示例#1
0
 public List <Receituario> ListarReceituariosByPaciente(int id)
 {
     return(_repository.ListarReceituariosByPaciente(id));
 }