Gestiti salvataggi rest
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace SteUp.Shared.Core.Dto;
|
||||
|
||||
public class RetrieveStatoIspezioniRequestDto
|
||||
{
|
||||
[JsonPropertyName("activityIdList")]
|
||||
public required List<string> ActivityIdList { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user