Пример #1
0
 public static List <Medicine> getAllMedicine()
 {
     return(MedicineRepository.getAllMedicines());
 }