Viewer to Server
This commit is contained in:
7
Shared/Models/Price.cs
Normal file
7
Shared/Models/Price.cs
Normal file
@ -0,0 +1,7 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace OI.Metrology.Shared.Models;
|
||||
|
||||
public record Price(
|
||||
[property: JsonPropertyName("CC")] string CC
|
||||
);
|
Reference in New Issue
Block a user