Beispiel #1
0
 partial void DeleteSoba(Soba instance);
Beispiel #2
0
 partial void UpdateSoba(Soba instance);
Beispiel #3
0
 private void detach_Sobas(Soba entity)
 {
     this.SendPropertyChanging();
     entity.Odeljenje = null;
 }
Beispiel #4
0
 partial void InsertSoba(Soba instance);
Beispiel #5
0
 private void attach_Sobas(Soba entity)
 {
     this.SendPropertyChanging();
     entity.Odeljenje = this;
 }