Пример #1
0
        public List <tblRework> GetIssueResult(tblRework rework)
        {
            IProduction iProductionSelect = new WCMS_DAL_Production();

            try
            {
                return(iProductionSelect.GetIssueResult(rework));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }