Ejemplo n.º 1
0
 public void Delete(PsCustomerFeatureCustomer Obj)
 {
     this.DBPrestashop.PsCustomerFeatureCustomer.DeleteOnSubmit(Obj);
     this.Save();
 }
Ejemplo n.º 2
0
 public void Add(PsCustomerFeatureCustomer Obj)
 {
     this.DBPrestashop.PsCustomerFeatureCustomer.InsertOnSubmit(Obj);
     this.Save();
 }