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

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