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