Prov/Citt
This commit is contained in:
@ -19,6 +19,14 @@ public class Destinazione : EntitaBase
|
||||
public string? EmailInvito { get; set; }
|
||||
public string? NumeroTelefono { get; set; }
|
||||
public string? Rid { get; set; }
|
||||
|
||||
[ForeignKey(nameof(ComuneIstat))]
|
||||
public Guid? ComuneIstatId { get; set; }
|
||||
public ComuneIstat ComuneIstat { get; set; }
|
||||
|
||||
[ForeignKey(nameof(ProvinciaIstat))]
|
||||
public Guid? ProvinciaIstatId { get; set; }
|
||||
public ProvinciaIstat ProvinciaIstat { get; set; }
|
||||
|
||||
[ForeignKey(nameof(Agente))]
|
||||
public Guid? AgenteId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user