private void detach_TimeSheetLines(TimeSheetLine entity) { this.SendPropertyChanging(); entity.TimeSheet = null; }
private void attach_TimeSheetLines(TimeSheetLine entity) { this.SendPropertyChanging(); entity.TimeSheet = this; }