Init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace FinlyticAssets.Models;
|
||||
|
||||
public record AssetIndex(
|
||||
[property: JsonPropertyName("isin")] string Isin,
|
||||
[property: JsonPropertyName("name")] string Name);
|
||||
Reference in New Issue
Block a user