Ejemplo n.º 1
0
        public bool ForceUpdateProductOk(string dataMatrix)
        {
            int status;

            if (!_traceabilityEnabled)
            {
                return(false);
            }
            return(_thisMachine.ForceUpdateProductStatusOk(dataMatrix, out status));
        }