public Repository(CurrencyExchangeContext context)
 {
     _context = context;
 }
Example #2
0
 public EventRepository(CurrencyExchangeContext context)
     : base(context)
 {
 }