Ejemplo n.º 1
0
 public async void TableListChanged(IPlayTableService playTableService)
 {
     await _hub.Clients.All.Tables(TableHubUtils.GetTablesWithUserCount(playTableService, _mapper));
 }
Ejemplo n.º 2
0
 public async Task Tables()
 {
     await Clients.All.Tables(TableHubUtils.GetTablesWithUserCount(_tablesService, _mapper));
 }