partial void DeleteVote(Vote instance);
 partial void UpdateVote(Vote instance);
Ejemplo n.º 3
0
		private void detach_Votes(Vote entity)
		{
			this.SendPropertyChanging();
			entity.Post = null;
		}
 partial void InsertVote(Vote instance);
Ejemplo n.º 5
0
		private void attach_Votes(Vote entity)
		{
			this.SendPropertyChanging();
			entity.Post = this;
		}