コード例 #1
0
        public int AddSubjectchapter(SubjectchapterMaster _master, string Otype)
        {
            DALCommon dal = new DALCommon(ConStr);

            return(dal.AddSubjectchapter(_master, Otype));
        }