Example #1
0
 public DiseasePrescription GetDiseasePrescriptionById(Guid id)
 {
     return(_repository.GetDiseasePrescriptionById(id));
 }