Exemple #1
0
 public ICollection <DiseasePrescription> GetAllDiseasePrescription()
 {
     return(_repository.GetAllDiseasePrescription());
 }