示例#1
0
 private void detach_Sous_Produit(Sous_Produit entity)
 {
     this.SendPropertyChanging();
     entity.commande = null;
 }
示例#2
0
 partial void DeleteSous_Produit(Sous_Produit instance);
示例#3
0
 partial void InsertSous_Produit(Sous_Produit instance);
示例#4
0
 partial void UpdateSous_Produit(Sous_Produit instance);
示例#5
0
 private void attach_Sous_Produit(Sous_Produit entity)
 {
     this.SendPropertyChanging();
     entity.Produit = this;
 }