Пример #1
0
        public ActionResult Service()
        {
            var importService = new ImportService();

            importService.Execute();

            ViewBag.Message = "You have executed the service.";

            return(View());
        }