Exemplo n.º 1
0
 public static List <GiftCardCategoryInfo> GetGiftCardCategoryDetailByID(int categoryID, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <GiftCardCategoryInfo> lstGCCat = AspxGiftCardProvider.GetGiftCardCategoryDetailByID(categoryID, aspxCommonObj);
         return(lstGCCat);
     }
     catch (Exception e)
     {
         throw e;
     }
 }