Add scoreMessage
This commit is contained in:
@@ -104,6 +104,7 @@ public class BacktestRepository : IBacktestRepository
|
||||
.Include(b => b.StartDate)
|
||||
.Include(b => b.EndDate)
|
||||
.Include(b => b.Score)
|
||||
.Include(b => b.ScoreMessage)
|
||||
.Include(b => b.Config)
|
||||
.Include(b => b.Fees)
|
||||
.Include(b => b.Statistics);
|
||||
@@ -232,6 +233,7 @@ public class BacktestRepository : IBacktestRepository
|
||||
.Include(b => b.StartDate)
|
||||
.Include(b => b.EndDate)
|
||||
.Include(b => b.Score)
|
||||
.Include(b => b.ScoreMessage)
|
||||
.Include(b => b.Config)
|
||||
.Include(b => b.Fees)
|
||||
.Include(b => b.Statistics);
|
||||
|
||||
Reference in New Issue
Block a user