partial void DeleteJobCategory(JobCategory instance);
partial void UpdateJobCategory(JobCategory instance);
private void detach_JobCategories(JobCategory entity) { this.SendPropertyChanging(); entity.Job1 = null; }
partial void InsertJobCategory(JobCategory instance);
private void attach_JobCategories(JobCategory entity) { this.SendPropertyChanging(); entity.Job1 = this; }