BusinessLogic.Jobs.BoardGameGeekBatchUpdate.LinkOrphanGamesJobResult.LinkOrphanGamesJobResult C# (CSharp) Method

LinkOrphanGamesJobResult() public method

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