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