예제 #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;
 }