Пример #1
0
 private static void ProcessAddTheatreCommand(string theatreName)
 {
     CommandExecutor.ExecuteAddTheatreCommand(theatreName);
 }
Пример #2
0
 private static void ProcessPrintAllPerformancesCommand()
 {
     CommandExecutor.ExecutePrintAllPerformancesCommand();
 }
Пример #3
0
 private static void ProcessPrintAllTheatresCommand()
 {
     CommandExecutor.ExecutePrintAllTheatresCommand();
 }
Пример #4
0
 private static void ProcessPrintPerformancesCommand(string theatreName)
 {
     CommandExecutor.ExecutePrintPerformancesCommand(theatreName);
 }