ArmedCards.Web.Controllers.HomeController.ChangeLog C# (CSharp) Method

ChangeLog() public method

public ChangeLog ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult ChangeLog()
        {
            return View();
        }