Esempio n. 1
0
 public IEnumerable <MedicineInfo> GetAllPending()
 {
     return(_medicineService.GetAllPending());
 }