Exemplo n.º 1
0
 public override void Handle(Connection connection)
 {
     // TODO: move implementation here later
     var commandTarget = new CommandTarget(connection, Target);
     var command = new Commands.Users();
     command.Handle(commandTarget, command.Type, new string[0]);
 }
Exemplo n.º 2
0
        public override void Handle(Connection connection)
        {
            // TODO: move implementation here later
            var commandTarget = new CommandTarget(connection, Target);
            var command       = new Commands.Users();

            command.Handle(commandTarget, command.Type, new string[0]);
        }