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