Ejemplo n.º 1
0
        public override async Task InitializeAsync(object navigationData)
        {
            IsBusy = true;



            // Get Catalog, Brands and Types
            Countries = await _destinationService.GetCountryAsync();

            Proviences = await _destinationService.GetProvienceAsync();

            //Cities = await _destinationService.GetCityAsync();

            IsBusy = false;
        }