Exemplo n.º 1
0
        public async Task <IActionResult> School()
        {
            ViewBag.Result = await externalService.GetAllSchoolAsync();

            return(View());
        }