✅ admin side for now | 🔄 started FE
This commit is contained in:
@@ -17,6 +17,10 @@ export class ProductUseCases {
|
||||
return this.repo.getProductById(id);
|
||||
}
|
||||
|
||||
async getProductByLinkId(linkId: string) {
|
||||
return this.repo.getProductById(linkId);
|
||||
}
|
||||
|
||||
async createProduct(payload: CreateProductPayload) {
|
||||
return this.repo.createProduct(payload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user