Exemplo n.º 1
0
 public HomeController(ITideProtocol tideProtocol)
 {
     _tideProtocol = tideProtocol;
 }
Exemplo n.º 2
0
 public OrkAuthentication(Settings settings, ILoggerFactory logger)
 {
     _logger = logger.CreateLogger($"Instance-{settings.Instance.Account}");
     _helper = new TideProtocol(settings);
 }