Zaz.Server.Advanced.Service.CommandsService.CommandsService C# (CSharp) Метод

CommandsService() публичный Метод

public CommandsService ( ServerContext context = null ) : System
context ServerContext
Результат System
        public CommandsService(ServerContext context = null)
        {
            _context = context ?? new ServerContext();
            _resolver = new CommandResolver(_context);
            _runner = new CommandRunner(_context);
            _executor = new CommandsExecutor(_context);
        }