public Repository(CurrencyExchangeContext context) { _context = context; }
public EventRepository(CurrencyExchangeContext context) : base(context) { }