Tp.LegacyProfileConvertsion.Common.TpUser.attach_Generals C# (CSharp) 메소드

attach_Generals() 개인적인 메소드

private attach_Generals ( General entity ) : void
entity General
리턴 void
		private void attach_Generals(General entity)
		{
			this.SendPropertyChanging();
			entity.TpUser = this;
		}
		
TpUser