Beispiel #1
0
        public ActionResult GetAllHostTypes(int?identityCode)
        {
            var data = _iCommonManager.GetAllHostTypes(identityCode);

            return(Json(data, JsonRequestBehavior.AllowGet));
        }