Пример #1
0
        public Application(IBitsoService _bitsoService, IAPIPrivate _bitsoPrivate, IBitsoNotifier _bitsoNotifier, IAPIWebSocket _bitsoWebSocket, IPrivateTelegramReporter _telegramPrivateService)
        {
            bitsoService = _bitsoService;
            bitsoPrivate = _bitsoPrivate;

            bitsoNotifier  = _bitsoNotifier;
            bitsoWebSocket = _bitsoWebSocket;
            tps            = _telegramPrivateService;
        }
Пример #2
0
 public BitsoTradingControler(IAPIPublic _bPublic, IAPIPrivate _bPrivate, ITelegramReporter _tr)
 {
 }