7 lines
181 B
C#
7 lines
181 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace OI.Metrology.Shared.Models;
|
|
|
|
public record AdditionalData(
|
|
[property: JsonPropertyName("ServiceId")] string ServiceId
|
|
); |