public PaisesController() { _paisBl = new PaisBl(); }
public List <Pais> ListarPais() { PaisBl e = new PaisBl(); return(e.ListarPais()); }