TargetFramework update,
reference updates and added tests for Viewer
This commit is contained in:
9
Shared/Models/Catalog.cs
Normal file
9
Shared/Models/Catalog.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace OI.Metrology.Shared.Models;
|
||||
|
||||
public record Catalog(
|
||||
[property: JsonPropertyName("Id")] string Id,
|
||||
[property: JsonPropertyName("Name")] string Name,
|
||||
[property: JsonPropertyName("CurrencyCode")] string CurrencyCode
|
||||
);
|
Reference in New Issue
Block a user