Ejemplo n.º 1
0
 string GetCommandsString(List <MonopolyCommand> commands) =>
 "Choose a command:\n" + _formatOutput.GetStringOfListOfItems(commands, _formatOutput.CommandName, true);