예제 #1
0
        public List <DistritoBE> ListarDistrito(string ProvinciaId, string DepartamentoId)
        {
            UbigeoDALC dalc = new UbigeoDALC();

            return(dalc.ListarDistrito(ProvinciaId, DepartamentoId));
        }
예제 #2
0
        public List <DepartamentoBE> ListarDepartamento()
        {
            UbigeoDALC dalc = new UbigeoDALC();

            return(dalc.ListarDepartamento());
        }
예제 #3
0
        public List <ProvinciaBE> ListarProvincia(string DepartamentoId)
        {
            UbigeoDALC dalc = new UbigeoDALC();

            return(dalc.ListarProvincia(DepartamentoId));
        }
예제 #4
0
        public List <PaisBE> ListarPaises()
        {
            UbigeoDALC dalc = new UbigeoDALC();

            return(dalc.ListarPaises());
        }