예제 #1
0
 partial void DeleteTTimesheet(TTimesheet instance);
예제 #2
0
 partial void UpdateTTimesheet(TTimesheet instance);
예제 #3
0
 private void detach_TTimesheets(TTimesheet entity)
 {
     this.SendPropertyChanging();
     entity.TEmployee = null;
 }
예제 #4
0
 partial void InsertTTimesheet(TTimesheet instance);