Пример #1
0
 public ResetCmd(IMobSwitchService mobSwitch)
 {
     this.mobSwitch = mobSwitch;
 }
Пример #2
0
 public StartCmd(IMobSwitchService mobSwitch, ITimerService timer)
 {
     this.mobSwitch = mobSwitch;
     this.timer     = timer;
 }
Пример #3
0
 public StatusCmd(IMobSwitchService mobSwitch)
 {
     this.mobSwitch = mobSwitch;
 }
Пример #4
0
 public JoinCmd(IMobSwitchService mobSwitch)
 {
     this.mobSwitch = mobSwitch;
 }
Пример #5
0
 public NextCmd(IMobSwitchService mobSwitch, IOptions <AppSettings> appSettings)
 {
     this.mobSwitch   = mobSwitch;
     this.appSettings = appSettings;
 }
Пример #6
0
 public DoneCmd(IMobSwitchService mobSwitch)
 {
     this.mobSwitch = mobSwitch;
 }