예제 #1
0
파일: Predict_MC.cs 프로젝트: vutiendung/RS
        public List<ADDGAP> GetListOfNewGAP(Predict_DAO_MCol a)
        {
            List<ADDGAP> lst = new List<ADDGAP>();
            try
            {
                lst = a.GetListOfNewGAP();
            }
            catch (Exception)
            {
                throw;
            }

            return lst;
        }