コード例 #1
0
        public DataSet GetHellEpicList(Hashtable ht)
        {
            Dac     wDac = new Dac();
            DataSet ds   = new DataSet();

            ds = wDac.GetHellEpicList(ht);
            return(ds);
        }