Aggiunte chiamate api per dati utili
This commit is contained in:
12
SteUp.Shared/Core/Dto/JtbFasiDto.cs
Normal file
12
SteUp.Shared/Core/Dto/JtbFasiDto.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace SteUp.Shared.Core.Dto;
|
||||
|
||||
public class JtbFasiDto
|
||||
{
|
||||
[JsonPropertyName("codJfas")]
|
||||
public string? CodJfas { get; set; }
|
||||
|
||||
[JsonPropertyName("descrizione")]
|
||||
public string? Descrizione { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user