コード例 #1
0
        public JsonResult CheckForValidationinEdit(int ProductId, int BaseProductId, int BomDetailId)
        {
            var temp = (_BomDetailService.CheckForProductExists(ProductId, BaseProductId, BomDetailId));

            return(Json(new { returnvalue = temp }));
        }