Пример #1
0
 public IEnumerable <Pharmacies> GetAllNames()
 {
     return(pharmacyRepository.GetAllNames());
 }