Gestiti salvataggi rest
This commit is contained in:
12
SteUp.Shared/Core/Dto/StbActivityDto.cs
Normal file
12
SteUp.Shared/Core/Dto/StbActivityDto.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace SteUp.Shared.Core.Dto;
|
||||
|
||||
public class StbActivityDto
|
||||
{
|
||||
[JsonPropertyName("activityId")]
|
||||
public string ActivityId { get; set; } = string.Empty;
|
||||
|
||||
[JsonPropertyName("activityResultId")]
|
||||
public string ActivityResultId { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user