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

Bamboo() приватный Метод

private Bamboo ( object theSystem ) : object
theSystem object
Результат object
		object Bamboo.Prevalence.ICommand.Execute(object theSystem)
		{
			
			IAddingSystem system = theSystem as IAddingSystem;
			return system.Add(_amount);
		}
	}