Update initialized property
This commit is contained in:
@@ -10,5 +10,5 @@ public class ExchangeApprovalStatus
|
||||
public TradingExchanges Exchange { get; set; }
|
||||
|
||||
[Id(1)]
|
||||
public bool IsApproved { get; set; }
|
||||
public bool IsInitialized { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user