Пример #1
0
 public DatesRangeRepository(CurrenciesDb context)
 {
     _context = context;
 }
 public CurrenciesListRepository(CurrenciesDb context)
 {
     _context = context;
 }
Пример #3
0
 public CurrenciesRateRepository(CurrenciesDb context)
 {
     _context = context;
 }