Cambiata visualizzazione calendario e aggiunto formAttività
This commit is contained in:
@@ -1,12 +1,22 @@
|
||||
using Template.Shared.Core.Entity;
|
||||
using System.Text.Json.Serialization;
|
||||
using Template.Shared.Core.Entity;
|
||||
|
||||
namespace Template.Shared.Core.Dto;
|
||||
|
||||
public class TaskSyncResponseDTO
|
||||
{
|
||||
[JsonPropertyName("anagClie")]
|
||||
public List<AnagClie>? AnagClie { get; set; }
|
||||
|
||||
[JsonPropertyName("vtbDest")]
|
||||
public List<VtbDest>? VtbDest { get; set; }
|
||||
|
||||
[JsonPropertyName("vtbCliePersRif")]
|
||||
public List<VtbCliePersRif>? VtbCliePersRif { get; set; }
|
||||
|
||||
[JsonPropertyName("ptbPros")]
|
||||
public List<PtbPros>? PtbPros { get; set; }
|
||||
|
||||
[JsonPropertyName("ptbProsRif")]
|
||||
public List<PtbProsRif>? PtbProsRif { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user