public Module(CommandHandler commandHandler, ServerPropertiesService spService)
 {
     CommandHandler = commandHandler;
     SpService      = spService;
 }
Exemplo n.º 2
0
 public ServerPropertiesModule(ServerPropertiesService spService)
 {
     SpService = spService;
 }
 public HelpController(CommandService commandService, ServerPropertiesService spService)
 {
     CommandService = commandService;
     SpService      = spService;
 }