Ejemplo n.º 1
0
        public DxDataRepository(DxStatsDbContext context, ICoinPriceService coinPriceService)
        {
            _context          = context;
            _coinPriceService = coinPriceService;

            cryptocompareUnsupportedCoins.UnionWith(xbridgeNoLongerSupportedCoins);
        }
Ejemplo n.º 2
0
 public UnitOfWork(DxStatsDbContext context)
 {
     this.context = context;
 }