Exemple #1
0
 public async void EndMatch()
 {
     _appState.EndMatch();
     await _hubContext.Clients.All.SendAsync("Refresh");
 }