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

BaseController() public method

public BaseController ( ) : System
return System
        public BaseController()
        {
            UnitOfWork = new ChessContext();
        }