Beispiel #1
0
 partial void Deletetrenerzy(trenerzy instance);
Beispiel #2
0
 partial void Updatetrenerzy(trenerzy instance);
Beispiel #3
0
 private void detach_trenerzy(trenerzy entity)
 {
     this.SendPropertyChanging();
     entity.kraje = null;
 }
Beispiel #4
0
 partial void Inserttrenerzy(trenerzy instance);
Beispiel #5
0
 private void attach_trenerzy(trenerzy entity)
 {
     this.SendPropertyChanging();
     entity.kraje = this;
 }