Ejemplo n.º 1
0
        public List<QTY_GAP> UpdateQTYGap(Predict_DAO_MC a, List<ADDGAP> list)
        {
            List<QTY_GAP> lst = new List<QTY_GAP>();
            try
            {

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

                throw;
            }
            return lst;
        }