@using Template.Shared.Core.Entity
@UtilityString.FormatString(Contact.PersonaRif).TitleCase
@if (Contact.Mansione is not null) { @UtilityString.FormatString(Contact.Mansione).SentenceCase }
@if (!Contact.NumCellulare.IsNullOrEmpty()) { } @if (!Contact.EMail.IsNullOrEmpty()){ }
@code { [Parameter] public VtbCliePersRif Contact { get; set; } = new(); }