Skip to content

Commit 086a21e

Browse files
committed
Added the Cryptocurrency record
1 parent 9643d9b commit 086a21e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CryptoStatsSource/Model/MarketEntry.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ public record MarketEntry(string Id, string Symbol, string Name, decimal Current
77

88
public record PriceEntry(string Id, string Symbol, string Name, decimal CurrentPrice,
99
float PriceChangePercentage24H);
10+
11+
public record Cryptocurrency(string Id, string Symbol, string Name);
1012
}

0 commit comments

Comments
 (0)