private void detach_Attends(Attend entity) { this.SendPropertyChanging(); entity.Group = null; }
private void attach_Attends(Attend entity) { this.SendPropertyChanging(); entity.Group = this; }
partial void UpdateAttend(Attend instance);
partial void DeleteAttend(Attend instance);
partial void InsertAttend(Attend instance);