コード例 #1
0
 public List <Medicine> getAllWaiting()
 {
     return(waitingRepostitory.GetAll());
 }
コード例 #2
0
 public List <Medicine> getAllFromWaitingList()
 {
     return(waitingMedicineRepository.GetAll());
 }