private void detach_LawVotes(LawVote entity) { this.SendPropertyChanging(); entity.Law = null; }
private void attach_LawVotes(LawVote entity) { this.SendPropertyChanging(); entity.Law = this; }
partial void UpdateLawVote(LawVote instance);
partial void DeleteLawVote(LawVote instance);
partial void InsertLawVote(LawVote instance);