hay 1 bug en el mostrarstock

This commit is contained in:
fedpo
2024-08-06 16:27:06 +01:00
committed by fede
parent 4262d66025
commit 66be7e6a69
8 changed files with 27 additions and 8 deletions

View File

@@ -78,6 +78,11 @@ namespace Controladora
.ToList()
.AsReadOnly();
}
public ReadOnlyCollection<Presupuesto> ListarTodo()
{
return RepositorioPresupuesto.Instance.Listar();
}
}
}