BusinessLogic.Jobs.BoardGameGeekBatchUpdate.LinkOrphanGamesJobResult.LinkOrphanGamesJobResult C# (CSharp) Méthode

LinkOrphanGamesJobResult() public méthode

public LinkOrphanGamesJobResult ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public LinkOrphanGamesJobResult()
        {
            LinkedGames = 0;
            StillOrphanGames = new List<OrphanGame>();
        }
LinkOrphanGamesJobResult