Esempio n. 1
0
 partial void DeleteVente(Vente instance);
Esempio n. 2
0
 partial void UpdateVente(Vente instance);
Esempio n. 3
0
 private void detach_Ventes(Vente entity)
 {
     this.SendPropertyChanging();
     entity.Produit1 = null;
 }
Esempio n. 4
0
 partial void InsertVente(Vente instance);
Esempio n. 5
0
 private void attach_Ventes(Vente entity)
 {
     this.SendPropertyChanging();
     entity.Produit1 = this;
 }