Esempio n. 1
0
 public IEnumerable <Medicine> GetMedicineForDisease(Disease disease)
 => _medicineRepository.GetMedicineForDisease(disease);