private void detach_UserLawVotes(UserLawVote entity) { this.SendPropertyChanging(); entity.LawVote = null; }
private void attach_UserLawVotes(UserLawVote entity) { this.SendPropertyChanging(); entity.LawVote = this; }
partial void UpdateUserLawVote(UserLawVote instance);
partial void DeleteUserLawVote(UserLawVote instance);
partial void InsertUserLawVote(UserLawVote instance);