Exemplo n.º 1
0
        public ActionResult Import()
        {
            var path    = Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, "bin");
            var service = new ImportService();
            var vm      = service.GetImportViewModel(path);

            return(View(vm));
        }