Add updates scenario and strategy

This commit is contained in:
2025-02-26 20:37:32 +07:00
parent 4302bb8435
commit 655ebb6df0
7 changed files with 120 additions and 4 deletions

View File

@@ -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);
}