10 lines
254 B
C#
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; }
|
|
} |