Update initialized property

This commit is contained in:
2025-09-13 03:02:50 +07:00
parent 56b4f14eb3
commit 8f68502d84
2 changed files with 2 additions and 2 deletions

View File

@@ -10,5 +10,5 @@ public class ExchangeApprovalStatus
public TradingExchanges Exchange { get; set; }
[Id(1)]
public bool IsApproved { get; set; }
public bool IsInitialized { get; set; }
}