コード例 #1
0
 public static List <GiftCardInfo> GetAllGiftCardCategory(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <GiftCardInfo> lstGiftCard = AspxGiftCardProvider.GetAllGiftCardCategory(aspxCommonObj);
         return(lstGiftCard);
     }
     catch (Exception e)
     {
         throw e;
     }
 }