Пример #1
0
 public Repository(EventoContext context)
 {
     Db    = context;
     DbSet = Db.Set <TEntity>();
 }