Add updates scenario and strategy
This commit is contained in:
@@ -26,4 +26,6 @@ public interface ITradingRepository
|
||||
Fee GetFee(TradingExchanges exchange);
|
||||
void InsertFee(Fee fee);
|
||||
void UpdateFee(Fee fee);
|
||||
}
|
||||
void UpdateScenario(Scenario scenario);
|
||||
void UpdateStrategy(Strategy strategy);
|
||||
}
|
||||
Reference in New Issue
Block a user