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