trabajando en preciopliego

This commit is contained in:
Jaime Jiménez
2023-09-25 13:47:49 +02:00
parent d9afa9a1ef
commit 089df469e7
5 changed files with 232 additions and 33 deletions

View File

@ -18,5 +18,10 @@ class Test extends BaseController
{
PresupuestoService::test();
}
public function pruebaJJO()
{
PresupuestoService::test2();
}
}