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