Tp.SourceControl.Commands.AutomapVcsToTpUsersCommandResponse.AutomapVcsToTpUsersCommandResponse C# (CSharp) 메소드

AutomapVcsToTpUsersCommandResponse() 공개 메소드

public AutomapVcsToTpUsersCommandResponse ( ) : System.Collections.Generic
리턴 System.Collections.Generic
		public AutomapVcsToTpUsersCommandResponse()
		{
			UserLookups = new Dictionary<string, MappingLookup>();
			Comment = string.Empty;
		}
AutomapVcsToTpUsersCommandResponse