コード例 #1
0
 public static SaveResult Insert(UpsellProduct upsellProduct)
 {
     return(upsellProduct.Save());
 }
コード例 #2
0
 public static SaveResult Update(UpsellProduct upsellProduct)
 {
     return(upsellProduct.Save());
 }