hay 1 bug en el mostrarstock
This commit is contained in:
@@ -78,6 +78,11 @@ namespace Controladora
|
||||
.ToList()
|
||||
.AsReadOnly();
|
||||
}
|
||||
|
||||
public ReadOnlyCollection<Presupuesto> ListarTodo()
|
||||
{
|
||||
return RepositorioPresupuesto.Instance.Listar();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user