Ejemplo n.º 1
0
        public ActionResult DeleteFeatureMaster(string txtFeatMastNo)
        {
            bool success;

            WebView.WebService._base myWebService;
            myWebService = new WebService._base();

            success = myWebService.DeleteFeatureMaintenanceJKH(txtFeatMastNo);

            return(Json(new
            {
                Success = success
            }, JsonRequestBehavior.AllowGet));
        }