Example #1
0
 private void detach_SESION_WORKERs(SESION_WORKER entity)
 {
     this.SendPropertyChanging();
     entity.SESION = null;
 }
Example #2
0
 private void attach_SESION_WORKERs(SESION_WORKER entity)
 {
     this.SendPropertyChanging();
     entity.SESION = this;
 }
Example #3
0
 partial void UpdateSESION_WORKER(SESION_WORKER instance);
Example #4
0
 partial void DeleteSESION_WORKER(SESION_WORKER instance);
Example #5
0
 partial void InsertSESION_WORKER(SESION_WORKER instance);