Example #1
0
        public ActionResult FetchMandals(int DistrictId)
        {
            InformationServiceWrapper objservice = new InformationServiceWrapper();

            return(Json(objservice.FetMandalsOfDistrct(DistrictId), JsonRequestBehavior.AllowGet));
        }