Exemple #1
0
 public CryptoTransactionService(GetCryptoInfoService getCryptoInfoService, ApplicationDbContext context)
 {
     _getCryptoInfoService = getCryptoInfoService;
     _context = context;
 }