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