Beispiel #1
0
        public ActionResult FetchDistricts(int StateId)
        {
            InformationServiceWrapper objservice = new InformationServiceWrapper();

            return(Json(objservice.FetDistrictsOfState(StateId), JsonRequestBehavior.AllowGet));
        }