Ejemplo n.º 1
0
 public UniDexchange(
     IUniswapService uniswapService,
     IFileService fileService)
 {
     _uniswapService = uniswapService;
     _fileService    = fileService;
 }
 public FetchDataForUniswap(
     IUniswapService uniswapService,
     IEtherScanService etherScanService,
     IEthPlorerService ethPlorerService)
 {
     _uniswapService   = uniswapService;
     _etherScanService = etherScanService;
     _ethPlorerService = ethPlorerService;
 }
Ejemplo n.º 3
0
 public UniNtf(
     ITelegramService telegramService,
     IUniswapService uniswapService,
     IEtherScanService etherScanService,
     IEthPlorerService ethPlorerService)
 {
     _telegramService  = telegramService;
     _uniswapService   = uniswapService;
     _etherScanService = etherScanService;
     _ethPlorerService = ethPlorerService;
 }
Ejemplo n.º 4
0
 public TokenPairsStep(IUniswapService uniswapService)
 {
     _uniswapService = uniswapService;
 }
Ejemplo n.º 5
0
 public TokenAndLiquidityDataStep(IUniswapService uniswapService)
 {
     _uniswapService = uniswapService;
 }