Form persone di riferimento e clienti

This commit is contained in:
2025-07-21 10:08:10 +02:00
parent b2064ad71e
commit 7bcb0581cc
14 changed files with 298 additions and 88 deletions

View File

@@ -28,6 +28,9 @@ public class PersRifDTO
[JsonPropertyName("telefono")]
public string Telefono { get; set; }
[JsonIgnore]
public int TempId { get; set; }
public PersRifDTO Clone()
{
return (PersRifDTO)MemberwiseClone();