Exemple #1
0
 partial void DeleteSach(Sach instance);
Exemple #2
0
 partial void UpdateSach(Sach instance);
Exemple #3
0
 private void detach_Saches(Sach entity)
 {
     this.SendPropertyChanging();
     entity.NXB = null;
 }
Exemple #4
0
 partial void InsertSach(Sach instance);
Exemple #5
0
 private void attach_Saches(Sach entity)
 {
     this.SendPropertyChanging();
     entity.NXB = this;
 }