コード例 #1
0
 public void SaveAndUpdateWishItemsSetting(AspxCommonInfo aspxCommonObj, WishItemsSettingKeyPairInfo wishlist)
 {
     try
     {
         WishItemProvider wip = new WishItemProvider();
         wip.SaveAndUpdateWishItemsSetting(aspxCommonObj, wishlist);
     }
     catch (Exception e)
     {
         throw e;
     }
 }
コード例 #2
0
 public void SaveAndUpdateWishItemsSetting(AspxCommonInfo aspxCommonObj, WishItemsSettingKeyPairInfo wishlist)
 {
     try
     {
         WishItemProvider wip = new WishItemProvider();
         wip.SaveAndUpdateWishItemsSetting(aspxCommonObj, wishlist);
     }
     catch (Exception e)
     {
         throw e;
     }
 }