コード例 #1
0
        internal static long DeleteStudentInfobyAdmissionNo(VmStudentRegistration objStudentRegistration)
        {
            StudentListDLL _objStudentRegistrationDll = new StudentListDLL();

            return(_objStudentRegistrationDll.DeleteStudentInfobyAdmissionNo(objStudentRegistration));
        }
コード例 #2
0
        internal static DataTable GetFilteredstudentlistwithBatch(VmStudentRegistration _objvm)
        {
            StudentListDLL objdll = new StudentListDLL();

            return(objdll.GetFilterSearchwithBatch(_objvm));
        }
コード例 #3
0
        internal static DataTable GetStudentInfobyAdmissionNo(Hashtable ht)
        {
            StudentListDLL _objStudentRegistrationDll = new StudentListDLL();

            return(_objStudentRegistrationDll.GetStudentInfobyAdmissionNo(ht));
        }
コード例 #4
0
        internal static DataTable GetFilteredstudentlistwithStuName(Hashtable ht)
        {
            StudentListDLL objdll = new StudentListDLL();

            return(objdll.GetFilterSearchwithStuName(ht));
        }
コード例 #5
0
        internal static DataTable GetAllStudent()
        {
            StudentListDLL _objStudentList = new StudentListDLL();

            return(_objStudentList.GetAllStudent());
        }