示例#1
0
 public SeleniumCalculator(ISeleniumCommander commander)
 {
     _commander = commander;
 }
示例#2
0
 public WebMonitor(ISeleniumCommander commander, IMonitorResultService monitorService)
 {
     _commander      = commander;
     _monitorService = monitorService;
 }