Ejemplo n.º 1
0
 public IEnumerable <Pharmacies> GetAllEntities()
 {
     return(pharmacyRepository.GetAllEntities());
 }