Beispiel #1
0
        public List <Modelo.Distrito> ObtenerDistritosDelCantonDeSanRamon()
        {
            GestorDeDistritos elGestor = new GestorDeDistritos();

            return(elGestor.ObtenerDistritosDelCantonDeSanRamon());
        }