Esempio n. 1
0
        //db.Products = dbSet
        //db = context

        public GenericRepository()
        {
            db         = new BilgeAdamContext();
            this.dbSet = db.Set <TEntity>();
        }