Ejemplo n.º 1
0
		private void detach_Choices(Choice entity)
		{
			this.SendPropertyChanging();
			entity.Question = null;
		}
Ejemplo n.º 2
0
		private void attach_Choices(Choice entity)
		{
			this.SendPropertyChanging();
			entity.Question = this;
		}
Ejemplo n.º 3
0
 partial void UpdateChoice(Choice instance);
Ejemplo n.º 4
0
 partial void DeleteChoice(Choice instance);
Ejemplo n.º 5
0
 partial void InsertChoice(Choice instance);