diff --git a/StandManager/Model/ComuneIstatExcelViewModel.cs b/StandManager/Model/ComuneIstatExcelViewModel.cs index bbc6ee9..842a099 100644 --- a/StandManager/Model/ComuneIstatExcelViewModel.cs +++ b/StandManager/Model/ComuneIstatExcelViewModel.cs @@ -21,4 +21,4 @@ public class ComuneIstatExcelViewModel public string Prefisso { get; set; } public string CodFisco { get; set; } -} +} \ No newline at end of file diff --git a/StandManager/Model/ProvinciaViewModel.cs b/StandManager/Model/ProvinciaViewModel.cs new file mode 100644 index 0000000..31a5828 --- /dev/null +++ b/StandManager/Model/ProvinciaViewModel.cs @@ -0,0 +1,8 @@ +namespace StandManager.Model; + +public class ProvinciaViewModel +{ + public Guid Id { get; set; } + public string Sigla { get; set; } + public string Provincia { get; set; } +} \ No newline at end of file