Creato form per Clienti/Prospect
This commit is contained in:
13
salesbook.Shared/Core/Dto/UserDTO.cs
Normal file
13
salesbook.Shared/Core/Dto/UserDTO.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace salesbook.Shared.Core.Dto;
|
||||
|
||||
public class UserDTO
|
||||
{
|
||||
public string? CodAnag { get; set; }
|
||||
public string? RagSoc { get; set; }
|
||||
public string? Indirizzo { get; set; }
|
||||
public string? Cap { get; set; }
|
||||
public string? Citta { get; set; }
|
||||
public string? Prov { get; set; }
|
||||
public string? Nazione { get; set; }
|
||||
public string? PartIva { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user