Remove candle from getBacktestsForUser

This commit is contained in:
2025-07-09 16:55:47 +07:00
parent b2ccd63201
commit 387948a107
7 changed files with 9 additions and 38 deletions

View File

@@ -44,7 +44,7 @@ namespace Managing.Application.Abstractions.Services
// Additional methods for backtest management
bool DeleteBacktest(string id);
bool DeleteBacktests();
Task<IEnumerable<Backtest>> GetBacktestsByUser(User user);
IEnumerable<Backtest> GetBacktestsByUser(User user);
Backtest GetBacktestByIdForUser(User user, string id);
bool DeleteBacktestByUser(User user, string id);
bool DeleteBacktestsByUser(User user);