Bamboo.Prevalence.Tests.Model.SubSystemAddCommand.SubSystemAddCommand C# (CSharp) Method

SubSystemAddCommand() public method

public SubSystemAddCommand ( int amount ) : System
amount int
return System
		public SubSystemAddCommand(int amount)
		{
			_amount = amount;
		}