fix
This commit is contained in:
@@ -8,4 +8,5 @@ public class CurrencyRate
|
||||
public DateTime DateTime { get; set; }
|
||||
public int Quantity { get; set; }
|
||||
public decimal Rate { get; set; }
|
||||
public IEnumerable<Currency>? Currencies { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user