CORS, Theme, Better flow and dotnet tools
This commit is contained in:
@ -2,7 +2,7 @@ using System.Text.Json.Serialization;
|
||||
|
||||
namespace Expose.MyIT.Shared.Models;
|
||||
|
||||
public record SSA(
|
||||
public record Ssa(
|
||||
[property: JsonPropertyName("Orders")] IReadOnlyList<Order> Orders,
|
||||
[property: JsonPropertyName("Total")] int Total
|
||||
);
|
Reference in New Issue
Block a user