Bamboo.Prevalence.Tests.Model.SubSystemAddCommand.SubSystemAddCommand C# (CSharp) Метод

SubSystemAddCommand() публичный Метод

public SubSystemAddCommand ( int amount ) : System
amount int
Результат System
		public SubSystemAddCommand(int amount)
		{
			_amount = amount;
		}