Exemplo n.º 1
0
 public JsonResult GetState(int code)
 {
     return Json(MVCHelper.GetStateName(code), JsonRequestBehavior.AllowGet);
 }