namespace salesbook.Shared.Core.Dto.Contact; public class WhereCondContact { public string? FlagStato { get; set; } public string? PartIva { get; set; } public string? CodAnag { get; set; } public bool OnlyContact { get; set; } }