fix set club guid
This commit is contained in:
parent
a84b192055
commit
9f53aa0b04
|
|
@ -50,7 +50,8 @@ public class GamePersistenceService : IGamePersistenceService
|
|||
game.GamePersons.Add(new GamePerson
|
||||
{
|
||||
GameId = game.Id,
|
||||
PersonId = playerId
|
||||
PersonId = playerId,
|
||||
ClubId = dto.ClubId
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue