Update genetic impl
This commit is contained in:
@@ -149,7 +149,8 @@ public static class MongoMappers
|
||||
Statistics = b.Statistics,
|
||||
StartDate = b.StartDate,
|
||||
EndDate = b.EndDate,
|
||||
Score = b.Score
|
||||
Score = b.Score,
|
||||
RequestId = b.RequestId
|
||||
};
|
||||
|
||||
return bTest;
|
||||
@@ -177,6 +178,7 @@ public static class MongoMappers
|
||||
StartDate = result.StartDate,
|
||||
EndDate = result.EndDate,
|
||||
Score = result.Score,
|
||||
RequestId = result.RequestId
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user