Exemplo n.º 1
0
 private void detach_schedules(schedule entity)
 {
     this.SendPropertyChanging();
     entity.room = null;
 }
Exemplo n.º 2
0
 private void attach_schedules(schedule entity)
 {
     this.SendPropertyChanging();
     entity.room = this;
 }
Exemplo n.º 3
0
 partial void Updateschedule(schedule instance);
Exemplo n.º 4
0
 partial void Deleteschedule(schedule instance);
Exemplo n.º 5
0
 partial void Insertschedule(schedule instance);