Uppdelningsläge

This commit is contained in:
2025-10-12 08:39:06 +02:00
parent c00819bec6
commit 02a26871c6
15 changed files with 85 additions and 30 deletions

View File

@ -74,7 +74,7 @@ public class CombinedRepository : ICombinedRepository
public IEnumerable<RoundBuilderElement> roundBuilderElementsDbById(int GameId)
{
var result = _context.RoundBuilderElements
.FromSqlRaw($@"
.FromSql($@"
SELECT
gp.GamePointId,
gp.GameRoundId,