Beispiel #1
0
 private void detach_USERs(USER entity)
 {
     this.SendPropertyChanging();
     entity.KORISNIK = null;
 }
Beispiel #2
0
 private void attach_USERs(USER entity)
 {
     this.SendPropertyChanging();
     entity.KORISNIK = this;
 }