Example #1
0
 public List <MedicineTimes> GetMedicines(Patient patient)
 {
     return(bl.GetMedicines(patient));
 }