Beispiel #1
0
 public async Task <GameViewModel> Get(Guid id)
 {
     return(await _services.GetGameById(id));
 }