Пример #1
0
        public async Task <ActionResult> Index()
        {
            var model = await _uploadService.GetAllFilesAsync();

            return(View(model));
        }