Chess.Domain.Repositories.GameRepository.GameRepository C# (CSharp) Method

GameRepository() public method

public GameRepository ( IUnitOfWork unitOfWork ) : System.Collections.Generic
unitOfWork IUnitOfWork
return System.Collections.Generic
        public GameRepository(IUnitOfWork unitOfWork)
        {
            _unitOfWork = unitOfWork;
        }