Add backtest light

This commit is contained in:
2025-07-17 05:19:16 +07:00
parent 6a634eafaa
commit 27bed791c3
16 changed files with 181 additions and 270 deletions

View File

@@ -1,5 +1,3 @@
using Managing.Domain.Backtests;
namespace Managing.Api.Models.Requests;
/// <summary>
@@ -10,7 +8,7 @@ public class PaginatedBacktestsResponse
/// <summary>
/// The list of backtests for the current page
/// </summary>
public IEnumerable<Backtest> Backtests { get; set; } = new List<Backtest>();
public IEnumerable<LightBacktestResponse> Backtests { get; set; } = new List<LightBacktestResponse>();
/// <summary>
/// Total number of backtests across all pages