namespace ApiPolo.Models { /// public class ChiamataSeriale_out { /// public string? piditta { get; set; } /// public string? pinumero { get; set; } /// public string? cpccchk { get; set; } /// errore titolo public string? err_title { get; set; } /// errore dettaglio public string? err_detail { get; set; } /// errore status code (200, 500) public string? err_status_code { get; set; } } }