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

AddCommand() public method

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