Exemplo n.º 1
0
		private void detach_UserPhones(UserPhone entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
Exemplo n.º 2
0
		private void attach_UserPhones(UserPhone entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}