Exemplo n.º 1
0
 public void AddElectedCategory(int gameId, int categoryId)
 {
     _gameRepository.AddElectedCategory(gameId, categoryId);
 }