Exemple #1
0
        public ActionResult About()
        {
            ViewBag.RepoMessage = _homeRepository.GetAboutMessage();
            ViewBag.Message     = $"This time updates on each refresh showing the Transient nature of the controller: {DateTime.Now.ToLongTimeString()}.";

            return(View());
        }