Zetbox.API.SimpleCmdLineAction.InvokeCore C# (CSharp) Method

InvokeCore() protected method

protected InvokeCore ( ILifetimeScope unitOfWork, string args ) : void
unitOfWork ILifetimeScope
args string
return void
        protected override void InvokeCore(ILifetimeScope unitOfWork, string[] args)
        {
            _listAction(unitOfWork, args);
        }