public CategoryRepository(GoodsStoreDbContext context) { this._context = context; }
public SizeRepository(GoodsStoreDbContext context) { this._context = context; }
public ReviewRepository(GoodsStoreDbContext context) { this._context = context; }
public OrderRepository(GoodsStoreDbContext db) { this._context = db; }
public ClothesTypeRepository(GoodsStoreDbContext db) { this._context = db; }