예제 #1
0
 public GenericV2Controller(IDataRatesBl dataRatesBl, IDataTransBusinessLogic dataTransBl, ISetRedis setRedis, IGetRedis getRedis)
 {
     this.dataRatesBl = dataRatesBl;
     this.dataTransBl = dataTransBl;
     this.setRedis    = setRedis;
     this.getRedis    = getRedis;
 }
 public DataRatesBusinessLogic(IGetData getData, ISetRedis setDataRates)
 {
     logger.Debug(System.Reflection.MethodBase.GetCurrentMethod().Name);
     this.getData      = getData;
     this.setDataRates = setDataRates;
 }