BattleShip.Web.Controllers.GameController.NewGame C# (CSharp) Метод

NewGame() публичный Метод

public NewGame ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult
        public ActionResult NewGame()
        {
            return this.View();
        }