Beispiel #1
0
        public JsonResult _DeleteKitDetail(string parentKitSku, string childKitSku)
        {
            var isSuccess = _service.DeleteKitDetail(parentKitSku, childKitSku);

            return(Json(new { IsSuccess = isSuccess }, JsonRequestBehavior.AllowGet));
        }