This commit is contained in:
2021-12-07 11:19:20 +07:00
parent b1fa917576
commit a4cd9d0b92
6 changed files with 7818 additions and 21 deletions

View File

@@ -16,6 +16,7 @@ export class ProductService {
constructor(
@InjectRepository(Product)
private productRepository: Repository<Product>,
@InjectRepository(ProductHistoryPrice)
private productHistoryPrice: Repository<ProductHistoryPrice>,
private productSubCategoriesService: ProductSubCategoriesService,
) {}