Пример #1
0
        public async Task <List <Location> > GetDeliveryLocations()
        {
            _restResponse = await _rest.GetRequest("v1/locations");

            var locationList = ObjectBuilder.BuildLocationList(_restResponse);

            return(locationList);
        }