Exemple #1
0
 public static DataTable obtenerCanton(int idProvincia)
 {
     try
     {
         return(PaisDAL.obtenerCanton(idProvincia));
     }
     catch (Exception)
     {
         throw;
     }
 }