Esempio n. 1
0
 private static void ProcessAddTheatreCommand(string theatreName)
 {
     CommandExecutor.ExecuteAddTheatreCommand(theatreName);
 }
Esempio n. 2
0
 private static void ProcessPrintAllPerformancesCommand()
 {
     CommandExecutor.ExecutePrintAllPerformancesCommand();
 }
Esempio n. 3
0
 private static void ProcessPrintAllTheatresCommand()
 {
     CommandExecutor.ExecutePrintAllTheatresCommand();
 }
Esempio n. 4
0
 private static void ProcessPrintPerformancesCommand(string theatreName)
 {
     CommandExecutor.ExecutePrintPerformancesCommand(theatreName);
 }