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

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