Beispiel #1
0
        /// <summary>
        /// Get list of CCN
        /// </summary>
        /// <returns></returns>
        /// <Author> Thien HD, Jan-07-2005</Author>
        public DataSet ListCCN()
        {
            var objCCNDS = new MST_CCNDS();

            return(objCCNDS.List());
        }
Beispiel #2
0
        public DataTable GetCNN()
        {
            MST_CCNDS objMST_CCNDS = new MST_CCNDS();

            return(objMST_CCNDS.List().Tables[0]);
        }