コード例 #1
0
 public void Delete(PsCustomerFeatureValue Obj)
 {
     this.DBPrestashop.PsCustomerFeatureValue.DeleteOnSubmit(Obj);
     this.Save();
 }
コード例 #2
0
 public void Add(PsCustomerFeatureValue Obj)
 {
     this.DBPrestashop.PsCustomerFeatureValue.InsertOnSubmit(Obj);
     this.Save();
 }