Files
TaskHybrid/salesbook.Shared/Core/Dto/Contact/WhereCondContact.cs

10 lines
254 B
C#

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; }
}