Exemplo n.º 1
0
        public ActionResult Copy(string sourceTestFile, string targetTestFile)
        {
            _testsClient.CopyTestFile(sourceTestFile, targetTestFile);

            return(RedirectToAction("Index", "Home"));
        }