Example #1
0
 public ActionResult Ajax(AjaxModel model)
 {
     model.Provider = Provider;
     return(Json(model.HandleCommand()));
 }