Пример #1
0
 public TemplateSchedulerActionHandler(ITemplateScheduler templateScheduler, IConsole console, CalendarUiConsoleSettings configuration)
     : base(console, "Schedule template")
 {
     this.templateScheduler = templateScheduler;
     this.configuration     = configuration;
 }
Пример #2
0
 public ScheduleActionHandler(IAppointmentScheduler appointmentScheduler, CalendarUiConsoleSettings configuration, IConsole console)
     : base(console, "Schedule period")
 {
     this.appointmentScheduler = appointmentScheduler;
     this.configuration        = configuration;
 }