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