コード例 #1
0
        public ActionResult ExistItemCode(string itemCode, string keyValue)
        {
            bool isOk = _dataItemBll.ExistItemCode(itemCode, keyValue);

            return(Content(isOk.ToString()));
        }
コード例 #2
0
ファイル: DataItemController.cs プロジェクト: wyh0395/Berry
        public ActionResult ExistItemCode(string ItemCode, string keyValue)
        {
            bool IsOk = dataItemBLL.ExistItemCode(ItemCode, keyValue);

            return(Content(IsOk.ToString()));
        }