Пример #1
0
        private async void LoadDirecciones()
        {
            try
            {
                this.IsRefreshing = true;
                // var mongoService = new ApiServicio();
                MiDireccion = (List <Direccion>) await apiServicios.ListaDirecciones(Entidad.nombre);

                RefreshList();
                this.IsRefreshing = false;
            }
            catch (Exception e)
            {
                Console.WriteLine("NO SE PUDO TOMAR LOS DATOSSSSSSS : " + e.Message);
            }
        }