Lagt till nya entiteter för Gameround och GamePoints
Migrerat och byggt ut databasen
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user