Beispiel #1
0
 public ICollection <PrescriptionDetail> GetAllPrescriptionDetails()
 {
     return(_repository.GetAllPrescriptionDetails());
 }