Ejemplo n.º 1
0
 public List <Medicine> getAllWaiting()
 {
     return(waitingRepostitory.GetAll());
 }
 public List <Medicine> getAllFromWaitingList()
 {
     return(waitingMedicineRepository.GetAll());
 }