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