Ejemplo n.º 1
0
        // GET: UserController
        public async Task <ActionResult> Index()
        {
            var model = await _userApiService.GetAll();

            return(View(model));
        }