public SpecificationAttributeOptionRepository(BiggBrandsContext biggBrandsContext) : base(biggBrandsContext)
 {
 }
Пример #2
0
 public SettingRepository(BiggBrandsContext biggBrandsContext) : base(biggBrandsContext)
 {
 }
Пример #3
0
 public GenericRepository(BiggBrandsContext context)
 {
     this._entities = context;
 }
 public ProductSpecificationAttributeMappingRepository(BiggBrandsContext biggBrandsContext) : base(biggBrandsContext)
 {
 }
 public PictureRepository(BiggBrandsContext biggBrandsContext) : base(biggBrandsContext)
 {
 }
 public ManufacturerRepository(BiggBrandsContext biggBrandsContext) : base(biggBrandsContext)
 {
 }
Пример #7
0
 public ProductPictureMappingRepository(BiggBrandsContext biggBrandsContext) : base(biggBrandsContext)
 {
 }
 public ProductWarehouseInventoryRepository(BiggBrandsContext biggBrandsProductDBContext) : base(biggBrandsProductDBContext)
 {
 }
Пример #9
0
 public ProductCategoryMappingRepository(BiggBrandsContext biggBrandsContext) : base(biggBrandsContext)
 {
 }
Пример #10
0
 public TaxCategoryRepository(BiggBrandsContext biggBrandsContext) : base(biggBrandsContext)
 {
 }
Пример #11
0
 public UrlRecordRepository(BiggBrandsContext biggBrandsContext) : base(biggBrandsContext)
 {
 }
 public ProductManufacturerMappingRepository(BiggBrandsContext biggBrandsContext) : base(biggBrandsContext)
 {
 }
 public ProductRepository(BiggBrandsContext biggBrandsContext) : base(biggBrandsContext)
 {
 }