Example #1
0
 partial void DeleteTSchedule(TSchedule instance);
Example #2
0
 private void detach_TSchedules(TSchedule entity)
 {
     this.SendPropertyChanging();
     entity.TEmployee = null;
 }
Example #3
0
 partial void UpdateTSchedule(TSchedule instance);
Example #4
0
 partial void InsertTSchedule(TSchedule instance);