Tp.LegacyProfileConvertsion.Common.TpUser.attach_Teams C# (CSharp) Method

attach_Teams() private method

private attach_Teams ( Team entity ) : void
entity Team
return void
		private void attach_Teams(Team entity)
		{
			this.SendPropertyChanging();
			entity.TpUser = this;
		}
		
TpUser