Exemple #1
0
 public IDataResult <List <Neighborhood> > GetAll()
 {
     return(new SuccessDataResult <List <Neighborhood> >(_neighborhoodDal.GetAll(), Messages.NeighborhoodGetAll));
 }
Exemple #2
0
 public List <Neighborhood> GetAll()
 {
     return(_NeighborhoodDal.GetAll());
 }