Ejemplo n.º 1
0
        public async Task <IActionResult> Info(ONGViewModel ongViewModel)
        {
            await _ongAppService.Update(ongViewModel);

            TempData[TempDataConstants.ShowAlert] = AlertFactory.ONGUpdated();

            return(RedirectToAction("Index"));
        }