Exemple #1
0
        public async Task <IActionResult> Avto()
        {
            ViewBag.Result = await externalService.GetAllAvtoSupplementedAsync();

            return(View());
        }