diff --git a/StockMan.CORE/Components/ItemList.razor.cs b/StockMan.CORE/Components/ItemList.razor.cs
index bb45d9b..3709b74 100644
--- a/StockMan.CORE/Components/ItemList.razor.cs
+++ b/StockMan.CORE/Components/ItemList.razor.cs
@@ -303,11 +303,11 @@ namespace StockMan.CORE.Components
#region Private Properties
- private int _totalCount { get; set; } = 0;
[Inject]
private IConfiguration Configuration { get; set; } = null!;
+ private int _totalCount { get; set; } = 0;
private int currPage
{
get => actFilter.CurrPage;
diff --git a/StockMan.CORE/Components/ListPosizioni.razor b/StockMan.CORE/Components/ListPosizioni.razor
new file mode 100644
index 0000000..a43902b
--- /dev/null
+++ b/StockMan.CORE/Components/ListPosizioni.razor
@@ -0,0 +1,93 @@
+@if (isLoading)
+{
+
| + Desc + | ++ Tipo + | ++ | +
|---|---|---|
| + @item.Descr + | ++ @(item.LocTypeNav?.Descr ?? "") + | ++ + | +
| - Desc - | -- Tipo - | -- | -
|---|---|---|
| - @item.Descr - | -- @(item.LocTypeNav?.Descr??"") - | -- - | -