Gestito aggiornamento elenco contatti in caso di aggiunta o modifica del prospect / cliente
This commit is contained in:
13
salesbook.Shared/Core/Dto/CRMCreateContactResponseDTO.cs
Normal file
13
salesbook.Shared/Core/Dto/CRMCreateContactResponseDTO.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using salesbook.Shared.Core.Entity;
|
||||
|
||||
namespace salesbook.Shared.Core.Dto;
|
||||
|
||||
public class CRMCreateContactResponseDTO
|
||||
{
|
||||
[JsonPropertyName("anagClie")]
|
||||
public AnagClie? AnagClie { get; set; }
|
||||
|
||||
[JsonPropertyName("ptbPros")]
|
||||
public PtbPros? PtbPros { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user