Uppdelningsläge
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user