Exemplo n.º 1
0
 public AquaLogicProtocolService(IAqualogicStream stream, PoolStatusStore store,
                                 ILogger <AquaLogicProtocolService> log, AqualogicMessageWriter writer,
                                 StatusUpdateService updateProcessor, CommandService commandService,
                                 SwitchService switchService)
 {
     _log             = log;
     _updateProcessor = updateProcessor;
     _commandService  = commandService;
     _stream          = stream;
 }
Exemplo n.º 2
0
 public CommandExecutionService(AqualogicMessageWriter writer)
 {
     _writer = writer;
 }