Ejemplo n.º 1
0
 public async Task SetServerStatusServicePort(int port)
 {
     _appSettingsService.SetServerStatusServicePort(port);
     await ReplyAsync("New port set.");
 }