Example #1
0
        public IEnumerable <LocationDataModel> Initialize()
        {
            var locations = coffeeService.GetLocations();

            return(locations);
        }
Example #2
0
 public IEnumerable <LocationDataModel> Get()
 {
     return(_service.GetLocations());
 }