示例#1
0
 public static DataTable obtenerProvicia()
 {
     try
     {
         return(PaisDAL.obtenerProvincia());
     }
     catch (Exception)
     {
         throw;
     }
 }