Exemplo n.º 1
0
 public string CurrentCategory_ShouldReturn_RespectiveCategory(int place)
 {
     return(_gameQuestions.CurrentCategory(place));
 }
Exemplo n.º 2
0
 private void LogQuestionCategory()
 {
     Console.WriteLine("The category is " + _gameQuestions.CurrentCategory(_gamePlayers.CurrentPlayersPlace));
 }