Exemplo n.º 1
0
 public AddDropletsCommand(
     ILogger <DigitalOceanWorker> logger,
     ITelegramBotClient telegramBotClient,
     IRepository <Session> sessionRepo,
     IRepository <HandlerCallback> handlerCallbackRepo,
     IDigitalOceanClientFactory digitalOceanClientFactory,
     ICheckListPageFactory checkListPageFactory)
 {
     _logger                    = logger;
     _telegramBotClient         = telegramBotClient;
     _sessionRepo               = sessionRepo;
     _handlerCallbackRepo       = handlerCallbackRepo;
     _digitalOceanClientFactory = digitalOceanClientFactory;
     _checkListPageFactory      = checkListPageFactory;
 }