public Repository(CurrencyExchangeContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public EventRepository(CurrencyExchangeContext context)
     : base(context)
 {
 }