예제 #1
0
        public async Task <IActionResult> Index()
        {
            var lista = await _vendedoresService.RecuperarTodosAsync();

            return(View(lista));
        }