コード例 #1
0
        //Bind University
        #region [Bind University]

        public DataSet BL_BindUniversity()
        {
            try
            {
                DL_Common ObjDL = new DL_Common();
                DataSet   ds    = ObjDL.DL_BindUniversity();
                return(ds);
            }
            catch (Exception exp)
            {
                throw exp;
            }
        }