Exemplo n.º 1
0
 protected RepositoryBase(PremierZalDbContext dbContext)
 {
     DbContext = dbContext;
     DbSet     = DbContext.Set <T>();
 }
Exemplo n.º 2
0
 public SessionsRepositoty(PremierZalDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 3
0
 public OrdersRepository(PremierZalDbContext dbContext) : base(dbContext)
 {
 }