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