Exemplo n.º 1
0
        public string CheckQuantity(string dcrActualDate)
        {
            string dcrCode     = _objcurrentInfo.GetDCRCode(dcrActualDate);
            string companyCode = _objcurrentInfo.GetCompanyCode();
            string userCode    = _objcurrentInfo.GetUserCode();
            string regionCode  = _objcurrentInfo.GetRegionCode();
            string result      = _objSPData.CheckQuantity(companyCode, dcrCode, userCode, dcrActualDate, regionCode);

            return(result);
        }