@using Template.Shared.Core.Entity
@Contact.PersonaRif
@if (Contact.Mansione is not null) { @Contact.Mansione }
@code { [Parameter] public VtbCliePersRif Contact { get; set; } = new(); }