Bamboo.Prevalence.Tests.Model.AddCommand.AddCommand C# (CSharp) 메소드

AddCommand() 공개 메소드

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