9 lines
198 B
C#
9 lines
198 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace Adaptation.FileHandlers.MoveAllFiles.OpenInsight;
|
|
|
|
public class CustEpiPart
|
|
{
|
|
[JsonPropertyName("keyId")]
|
|
public string KeyId { get; set; }
|
|
} |