Ejemplo n.º 1
0
 public bool UsersWantsToChooseACategory()
 {
     return(UserResponse.IsYes(userQuestions.GetYesOrNoAnswer("\nDo you want to choose the joke category?")));
 }
Ejemplo n.º 2
0
 public bool UserWantsToUseRandomName()
 {
     return(UserResponse.IsYes(userQuestions.GetYesOrNoAnswer("\nShould a random name be used?")));
 }