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