namespace SoftwayWeb.Models { public class Login_Out { /// token public string? Tok { get; set; } /// token public string? Tccodice { get; set; } /// token public string? Tcdescri { get; set; } /// ruolo public string? Tcruolo { get; set; } /// Error Message public string? err_title { get; set; } /// Error Message detail public string? err_detail { get; set; } /// Status public string? err_status_code { get; set; } } }