private void detach_Subjects(Subject entity) { this.SendPropertyChanging(); entity.Class = null; }
private void attach_Subjects(Subject entity) { this.SendPropertyChanging(); entity.Class = this; }
partial void UpdateSubject(Subject instance);
partial void DeleteSubject(Subject instance);
partial void InsertSubject(Subject instance);