示例#1
0
 public static void DeleteGiftCardThemeImage(int giftCardGraphicId, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AspxGiftCardProvider.DeleteGiftCardThemeImage(giftCardGraphicId, aspxCommonObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }