示例#1
0
        public int GetCountforDCRRestrictDate(string DCR_Date)
        {
            _objSPData      = new SPData();
            _objcurrentInfo = new CurrentInfo();
            string company_Code = _objcurrentInfo.GetCompanyCode();
            string user_Code    = _objcurrentInfo.GetUserCode();

            return(_objSPData.GetCountforDCRRestrictDate(company_Code, user_Code, DCR_Date));
        }