Example #1
0
 public AttributeTypeRepository(EavDbContext dbContext) : base(dbContext)
 {
 }
Example #2
0
 public Repository(EavDbContext dbContext)
 {
     _dbContext  = dbContext;
     _collection = _dbContext.GetCollection <T>();
 }
 public EntityAttributeRepository(EavDbContext dbContext) : base(dbContext)
 {
 }
 public EntityTypeRepository(EavDbContext dbContext) : base(dbContext)
 {
 }