예제 #1
0
        // get next available content # for adding a new content to the disc object
        public int GetNextContentNumber(Disc di)
        {
            int nxtcntn = DALServices.GetNextContentNumber(di);

            return(nxtcntn);
        }