Tp.LegacyProfileConvertsion.Common.TpUser.attach_Comments C# (CSharp) Метод

attach_Comments() приватный Метод

private attach_Comments ( Comment entity ) : void
entity Comment
Результат void
		private void attach_Comments(Comment entity)
		{
			this.SendPropertyChanging();
			entity.TpUser = this;
		}
		
TpUser