ChiakiYu.Web.Controllers.T4MVC_ChannelController.ComingSoon C# (CSharp) Method

ComingSoon() private method

private ComingSoon ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public override System.Web.Mvc.ActionResult ComingSoon()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ComingSoon);
            ComingSoonOverride(callInfo);
            return callInfo;
        }