Bamboo.Prevalence.Tests.Model.AddCommand.AddCommand C# (CSharp) Méthode

AddCommand() public méthode

public AddCommand ( int amount ) : System
amount int
Résultat System
		public AddCommand(int amount)
		{
			_amount = amount;
		}