Beispiel #1
0
        public List <tblRework> GetQcStatusHistory(tblRework _Entity)
        {
            IProduction iProductionSelect = new WCMS_DAL_Production();

            try
            {
                return(iProductionSelect.GetQcStatusHistory(_Entity));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }