public ActionResult GetAllSocialAccountTypeList(int?identityCode) { var data = _iCommonManager.GetAllSocialAccountTypeList(identityCode); return(Json(data, JsonRequestBehavior.AllowGet)); }