feat: Sincronizar Productos desde Tryton

This commit is contained in:
2025-08-09 16:35:07 -03:00
parent 7fe137ce4f
commit 1b84c5419f
3 changed files with 59 additions and 1 deletions

View File

@@ -50,6 +50,10 @@ class Api {
getCSVForTryton() {
return this.apiImplementation.getCSVForTryton();
}
getProductsFromTryton() {
return this.apiImplementation.getProductsFromTryton();
}
}
export default Api;