Form persone di riferimento e clienti
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user