Fix vista fermate errata + fix kit esploso

This commit is contained in:
Samuele Locatelli
2023-12-14 09:16:12 +01:00
parent 22803313ed
commit d62c63ef93
10 changed files with 10 additions and 10 deletions
@@ -11,8 +11,8 @@ namespace MP.Data.DatabaseModels
public class vSelEventiBCodeModel
{
[Key]
public int IdxTipo { get; set; } = 0;
public string Label { get; set; } = "";
public int value { get; set; } = 0;
public string label { get; set; } = "";
public bool EventoTablet { get; set; } = true;
public string CssClass { get; set; } = "";
public string Icon { get; set; } = "";