Example #1
0
 partial void DeleteVacationRequest(VacationRequest instance);
Example #2
0
 partial void InsertVacationRequest(VacationRequest instance);
Example #3
0
 partial void UpdateVacationRequest(VacationRequest instance);
Example #4
0
 private void detach_VacationRequests(VacationRequest entity)
 {
     this.SendPropertyChanging();
     entity.Employee = null;
 }