Delete backtest by id and with filters
This commit is contained in:
@@ -56,6 +56,7 @@ namespace Managing.Application.Abstractions.Services
|
||||
IEnumerable<Backtest> GetBacktestsByRequestId(string requestId);
|
||||
Backtest GetBacktestByIdForUser(User user, string id);
|
||||
bool DeleteBacktestByUser(User user, string id);
|
||||
bool DeleteBacktestsByIdsForUser(User user, IEnumerable<string> ids);
|
||||
bool DeleteBacktestsByUser(User user);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user