예제 #1
0
 private void detach_Notats(Notat entity)
 {
     this.SendPropertyChanging();
     entity.RammeAftale = null;
 }
예제 #2
0
 private void attach_Notats(Notat entity)
 {
     this.SendPropertyChanging();
     entity.RammeAftale = this;
 }
예제 #3
0
 partial void UpdateNotat(Notat instance);
예제 #4
0
 partial void DeleteNotat(Notat instance);
예제 #5
0
 partial void InsertNotat(Notat instance);