Exemplo n.º 1
0
 public DataTable cargarPais()
 {
     try
     {
         PaisDAL oPais = new PaisDAL();
         return(oPais.cargarPais());
     }
     catch (Exception ex)
     {
         throw new Exception("Error" + ex.Message);
     }
 }