Ejemplo n.º 1
0
 public Prescription GetPrescriptionByDescription(string description)
 {
     return(_repository.GetByDescription(description));
 }