Filtraggio OPeratori e scarti da anagrafica

This commit is contained in:
Samuele Locatelli
2024-02-26 14:17:08 +01:00
parent fc134abf0c
commit d8d3078f2f
16 changed files with 63 additions and 51 deletions
@@ -21,5 +21,6 @@ namespace MP.Data.DatabaseModels
public bool isAdmin { get; set; } = false;
public string authKey { get; set; }
public string CodOprExt { get; set; }
public bool isEnabled { get; set; } = false;
}
}