Exemplo n.º 1
0
 public EfRepository(CurrencyRateContext dbContext) => this.dbContext = dbContext;
Exemplo n.º 2
0
 public CurrencyRateRepository(CurrencyRateContext dbContext, ITimeService timeService) :
     base(dbContext) => this.timeService = timeService;