コード例 #1
0
 public static List <MegaCategorySettingInfo> GetMegaCategorySetting(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <MegaCategorySettingInfo> lstGetMegaCategorySetting = MegaCategoryProvider.GetMegaCategorySetting(aspxCommonObj);
         return(lstGetMegaCategorySetting);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #2
0
 public MegaCategorySettingInfo GetMegaCategorySetting(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         MegaCategoryProvider    mega = new MegaCategoryProvider();
         MegaCategorySettingInfo lstGetMegaCategorySetting = mega.GetMegaCategorySetting(aspxCommonObj);
         return(lstGetMegaCategorySetting);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #3
0
        public  MegaCategorySettingInfo GetMegaCategorySetting(AspxCommonInfo aspxCommonObj)
        {
            try
            {
                MegaCategoryProvider mega = new MegaCategoryProvider();
                MegaCategorySettingInfo lstGetMegaCategorySetting = mega.GetMegaCategorySetting(aspxCommonObj);
                return lstGetMegaCategorySetting;

            }
            catch (Exception ex)
            {
                throw ex;
            }
        }