Nu är det ordning på funktionaliteten när det gäller att hantera spelare nya spelronder och den poänghistorik som lagras
This commit is contained in:
@ -169,7 +169,8 @@ public class RoundStartingViewModel : ViewModelBase
|
||||
GameRoundRegNr = p.GameRoundRegNr,
|
||||
GameRegPoints = p.GameRegPoints,
|
||||
GameRoundId = p.GameRoundId,
|
||||
GameRoundStartDate = p.GameRoundStartDate
|
||||
GameRoundStartDate = p.GameRoundStartDate,
|
||||
Status = g.First().Status
|
||||
}).ToList()
|
||||
})
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user