Пример #1
0
        public int iChkBarCodeUsed(string sType, string sCode, string BarCode, int RDType)
        {
            TH.WebService.DAL._BarCodeList DAL = new TH.WebService.DAL._BarCodeList();
            int iCou = DAL.iChkBarCodeUsed(sType, sCode, BarCode, RDType);

            return(iCou);
        }