Exemple #1
0
 public InputProcessService(ICurrencyItemRepository currencyItemRepository)
 {
     _currencyItemRepository = currencyItemRepository;
 }
Exemple #2
0
 public ExchangeItemRepository(ICurrencyItemRepository currencyItemRepository)
 {
     _currencyItemRepository = currencyItemRepository;
 }