예제 #1
0
        public List <QTY_GAP> UpdateQTYGap(Predict_DAO_MCol a, List <ADDGAP> list)
        {
            List <QTY_GAP> lst = new List <QTY_GAP>();

            try
            {
                a.UpdateGAP(list);
                lst = a.GetGAP();
            }
            catch (Exception)
            {
                throw;
            }
            return(lst);
        }