Exemple #1
0
 public AllDebridCommand(
     IOptionsSnapshot <AllDebridConfig> allDebridConfig,
     AllDebridService allDebridService,
     TelegramService telegramService
     )
 {
     _allDebridConfig  = allDebridConfig.Value;
     _telegramService  = telegramService;
     _allDebridService = allDebridService;
 }
 public AllDebridCommand(
     AllDebridService allDebridService
     )
 {
     _allDebridService = allDebridService;
 }