Esempio n. 1
0
 public ActionResult Parse()
 {
     ServiceReference1.Service1Client proxy = new ServiceReference1.Service1Client();
     proxy.runParce();
     proxy.Close();
     return RedirectToAction("Index","Home");
 }