예제 #1
0
        public async Task <IActionResult> Index()
        {
            var helps = await helpDao.Buscar();

            return(View(helps));
        }