public DatesRangeRepository(CurrenciesDb context)
 {
     _context = context;
 }
 public CurrenciesListRepository(CurrenciesDb context)
 {
     _context = context;
 }
Example #3
0
 public CurrenciesRateRepository(CurrenciesDb context)
 {
     _context = context;
 }