public ActionResult Action1(EplAction1vm vm)// firstName, string lastName) { vm.cmdTxt = vm.cmd; callExe ce = new callExe(); string callId = callExe.genCallId(); clsHelloTest cht = new clsHelloTest(callId); string json = jsonUtl.encodeJson(cht); string err = ce.MakeAcall(callId, reflectionUtl.TypeName <clsHelloTest>() , json); return(View(vm)); }
public ActionResult Action1() { EplAction1vm vm = new EplAction1vm(); return(View(vm)); }