Lagt till nya entiteter för Gameround och GamePoints

Migrerat och byggt ut databasen
This commit is contained in:
2025-09-03 23:38:57 +02:00
parent ddb6719587
commit 4caeb21b0d
29 changed files with 1288 additions and 56 deletions

View File

@ -24,7 +24,7 @@ public class GamePointRepository : IRepository<GamePoint>
public async Task<bool> Save(GamePoint entity)
{
var res = false;
if ((entity.GameHeatRegNr == 0)
if ((entity.GameRoundRegNr == 0)
|| (entity.GameRegPoints == 0))
{
return res; // Validation failed