Esempio n. 1
0
 public async Task <ActionResult <GameDto> > GetGameById(Guid id)
 {
     return(Ok(await _readModel.GetGameByIdAsync(id)));
 }