Ejemplo n.º 1
0
        public IEnumerable <getNeighborhoodOutput> GetAllNeighborhood()
        {
            var getAllList = _neighborhoodManager.getAllList().ToList();
            var output     = Mapper.Map <List <Models.Neighborhood>, List <getNeighborhoodOutput> >(getAllList);

            return(output);
        }