Ejemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <GameDto> > > GetAllGames()
 {
     return(Ok(await _readModel.GetAllGamesAsync()));
 }