constellation-api/CH.CQRS/Query/CryptoStat/CryptoStatQueryResult.cs

8 lines
208 B
C#
Raw Normal View History

2025-01-21 17:58:20 -05:00
using Microsoft.EntityFrameworkCore.Diagnostics;
namespace CH.CQRS.Query.CryptoStat;
public class CryptoStatQueryResult
{
public required List<CH.CryptoStats.Abstractions.CryptoStats> Data { get; set; }
}