diff --git a/MP.SPEC/Components/ListPODL.razor.cs b/MP.SPEC/Components/ListPODL.razor.cs index fa2e9c93..57f197f2 100644 --- a/MP.SPEC/Components/ListPODL.razor.cs +++ b/MP.SPEC/Components/ListPODL.razor.cs @@ -16,18 +16,10 @@ namespace MP.SPEC.Components { get => MsgService.StateSel; set => MsgService.StateSel = value; - //get => _statoSel; - //set - //{ - // if (_statoSel != value) - // { - // _statoSel = value; - // var pUpd = Task.Run(async () => await reloadData()); - // pUpd.Wait(); - // } - //} } + + #endregion Public Properties #region Public Methods diff --git a/MP.SPEC/Pages/PODL.razor b/MP.SPEC/Pages/PODL.razor index ce4198b6..3fde5e9a 100644 --- a/MP.SPEC/Pages/PODL.razor +++ b/MP.SPEC/Pages/PODL.razor @@ -4,83 +4,27 @@