fix crash duplica modifica
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace MP.SPEC.Data
|
||||
using MP.Data.DatabaseModels;
|
||||
|
||||
namespace MP.SPEC.Data
|
||||
{
|
||||
public class SelectPOdlParams
|
||||
{
|
||||
|
||||
@@ -283,14 +283,7 @@ namespace MP.SPEC.Pages
|
||||
artSearch = value == null ? "" : value.CodArticolo;
|
||||
}
|
||||
}
|
||||
private PODLModel? currRecordControlli
|
||||
{
|
||||
get => _currRecordControlli;
|
||||
set
|
||||
{
|
||||
_currRecordControlli = value;
|
||||
}
|
||||
}
|
||||
private PODLModel currRecordControlli = new PODLModel();
|
||||
|
||||
private bool isLoading { get; set; } = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user