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