Exemple #1
0
 public async Task <GameType> Get(string gameTypeId)
 {
     return(await _gameTypeRepository.GetAsync(gameTypeId));
 }