Exemplo n.º 1
0
 public ActionResult SynUser(FormCollection collection)
 {
     UserSyn syn = new UserSyn();
     string s = syn.Syn();
     return View(s as object);
 }
Exemplo n.º 2
0
 public void Execute(JobExecutionContext context)
 {
     UserSyn syn=new UserSyn();
     string result = syn.Syn();
     LogHelper.LogHelper.Info(result);
 }