Exemplo n.º 1
0
		private void detach_Questions(Question entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
Exemplo n.º 2
0
		private void attach_Questions(Question entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}