Пример #1
0
        object Bamboo.Prevalence.ICommand.Execute(object theSystem)
        {
            IAddingSystem system = theSystem as IAddingSystem;

            return(system.Add(_amount));
        }