Samlar ihop och visar poäng från databasen
This commit is contained in:
@ -151,7 +151,8 @@ public class RoundStartingViewModel : ViewModelBase
|
||||
{
|
||||
if (_combined != null)
|
||||
{
|
||||
var GameRoundSummary = _combined.roundBuilderElements();
|
||||
// var GameRoundSummary = _combined.roundBuilderElements();
|
||||
var GameRoundSummary = _combined.roundBuilderElementsDb();
|
||||
|
||||
var groupedRounds = GameRoundSummary
|
||||
.GroupBy(r => r.GameRoundId)
|
||||
|
||||
Reference in New Issue
Block a user