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