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

Bamboo() private method

private Bamboo ( object theSystem ) : object
theSystem object
return object
		object Bamboo.Prevalence.ICommand.Execute(object theSystem)
		{
			
			IAddingSystem system = theSystem as IAddingSystem;
			return system.Add(_amount);
		}
	}