partial void UpdateComment(Comment instance);
partial void DeleteComment(Comment instance);
private void attach_Comment(Comment entity) { this.SendPropertyChanging(); entity.Account = this; }
private void detach_Comment(Comment entity) { this.SendPropertyChanging(); entity.Account = null; }
partial void InsertComment(Comment instance);
private void detach_Comment(Comment entity) { this.SendPropertyChanging(); entity.CourseInfo = null; }
private void attach_Comment(Comment entity) { this.SendPropertyChanging(); entity.CourseInfo = this; }
private void detach_Comment2(Comment entity) { this.SendPropertyChanging(); entity.Comment1 = null; }
private void attach_Comment2(Comment entity) { this.SendPropertyChanging(); entity.Comment1 = this; }