Neudesic.Tools.CodeDebt.DebtInfo.DebtInfo C# (CSharp) Method

DebtInfo() public method

public DebtInfo ( string debtType )
debtType string
		public DebtInfo(string debtType)
		{
			this.DebtType = debtType;
		}
DebtInfo