public PaisesController()
 {
     _paisBl = new PaisBl();
 }
Exemplo n.º 2
0
        public List <Pais> ListarPais()
        {
            PaisBl e = new PaisBl();

            return(e.ListarPais());
        }