Exemple #1
0
 public DataTable ConsultaCatalogo()
 {
     try
     {
         return(cdProductos.ConsultaGridCatalogo());
     }
     catch (Exception er)
     {
         throw new Exception(er.Message);
     }
 }