예제 #1
0
 public IntegrationJob(
     IDailyInfoService infoService,
     RateDBContext context,
     Config config)
 {
     this.infoService = infoService;
     this.context     = context;
     this.config      = config;
 }
예제 #2
0
 public ExchangeRateModel(
     IYearInfoService infoService,
     RateDBContext context,
     RateCache rateCache)
 {
     this.infoService = infoService;
     this.context     = context;
     this.rateCache   = rateCache;
 }