示例#1
0
 /// <summary>
 /// Get all the categories with product count
 /// </summary>
 ///  <returns></returns>
 public DataSet getAllCategoriesWithProdCount()
 {
     try
     {
         ProductData oProductData = new ProductData();
         return oProductData.getAllCategoriesWithProdCount();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }