ProvinciaIstat

This commit is contained in:
2025-12-22 15:25:09 +01:00
parent 50ff4fb3d3
commit 896e44297d
4 changed files with 17 additions and 17 deletions

View File

@ -4,6 +4,6 @@ namespace StandManager.Domain.Entita;
public class ProvinciaIstat : EntitaBase
{
public string Istat { get; set; }
public string Comune { get; set; }
public string Sigla { get; set; }
public string Provincia { get; set; }
}