Example #1
0
 public static List <ProductListSettingInfo> GetProductListSetting(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <ProductListSettingInfo> lstProductLister = AspxProductListerProvider.GetProductListSetting(aspxCommonObj);
         return(lstProductLister);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Example #2
0
 public static List <ProductListSettingInfo> ProductListSettingUpdate(string SettingValues, string SettingKeys, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <ProductListSettingInfo> lstProductLister = AspxProductListerProvider.ProductListSettingUpdate(SettingValues, SettingKeys, aspxCommonObj);
         return(lstProductLister);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Example #3
0
 public static List <ProductListInfo> GetProductLists(AspxCommonInfo aspxCommonObj, int count, int offset)
 {
     try
     {
         List <ProductListInfo> lstProductLister = AspxProductListerProvider.GetProductLists(aspxCommonObj, count, offset);
         return(lstProductLister);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }