VM
This commit is contained in:
@ -21,4 +21,4 @@ public class ComuneIstatExcelViewModel
|
|||||||
public string Prefisso { get; set; }
|
public string Prefisso { get; set; }
|
||||||
public string CodFisco { get; set; }
|
public string CodFisco { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
8
StandManager/Model/ProvinciaViewModel.cs
Normal file
8
StandManager/Model/ProvinciaViewModel.cs
Normal file
@ -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; }
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user