示例#1
0
 public TariffSyncService(
     IServiceProvider serviceProvider,
     IConfiguration configuration,
     DbQuotaService dbQuotaService,
     IOptionsMonitor <ILog> options)
 {
     config          = TariffSyncServiceSection.GetSection();
     ServiceProvider = serviceProvider;
     Configuration   = configuration;
     DbQuotaService  = dbQuotaService;
     log             = options.CurrentValue;
 }
 public TariffSyncService()
 {
     config = TariffSyncServiceSection.GetSection();
 }
 public TariffSyncService()
 {
     config = TariffSyncServiceSection.GetSection();
 }