Exemplo n.º 1
0
        public async Task <IActionResult> Method()
        {
            var msg = _helperMethod.Congrats();

            ViewBag.MyMessage = msg;
            return(View());
        }