private static void ProcessAddTheatreCommand(string theatreName) { CommandExecutor.ExecuteAddTheatreCommand(theatreName); }
private static void ProcessPrintAllPerformancesCommand() { CommandExecutor.ExecutePrintAllPerformancesCommand(); }
private static void ProcessPrintAllTheatresCommand() { CommandExecutor.ExecutePrintAllTheatresCommand(); }
private static void ProcessPrintPerformancesCommand(string theatreName) { CommandExecutor.ExecutePrintPerformancesCommand(theatreName); }