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