Ejemplo n.º 1
0
        public ActionResult ExistItemCode(string itemCode, string keyValue)
        {
            bool isOk = _dataItemBll.ExistItemCode(itemCode, keyValue);

            return(Content(isOk.ToString()));
        }
Ejemplo n.º 2
0
        public ActionResult ExistItemCode(string ItemCode, string keyValue)
        {
            bool IsOk = dataItemBLL.ExistItemCode(ItemCode, keyValue);

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