Fix backtest delete and save

This commit is contained in:
2025-07-05 12:21:32 +07:00
parent dcf0778a17
commit daef7ddcfc
4 changed files with 27 additions and 28 deletions

View File

@@ -22,5 +22,6 @@ namespace Managing.Infrastructure.Databases.MongoDb.Collections
public UserDto User { get; set; }
public PerformanceMetrics Statistics { get; set; }
public double Score { get; set; }
public string Identifier { get; set; }
}
}