ChessSharp.Web.Controllers.HistoryController.HistoryController C# (CSharp) Method

HistoryController() public method

public HistoryController ( ) : System.Collections.Generic
return System.Collections.Generic
        public HistoryController()
        {
            _gameRepository = new GameRepository(UnitOfWork);
        }