Example #1
0
        internal static DataTable GetEducationalBackGroundByAdmissionNo(Hashtable ht)
        {
            StudentRegistrationEditDLL accessLayer = new StudentRegistrationEditDLL();

            return(accessLayer.GetEducationalBackGround(ht));
        }
Example #2
0
        internal static long DeleteStudentDetails(VmStudentRegistration _objVmStudentRegistration)
        {
            StudentRegistrationEditDLL _objStudentRegistrationDll = new StudentRegistrationEditDLL();

            return(_objStudentRegistrationDll.DeleteStudentDetailsByAdmissionNo(_objVmStudentRegistration));
        }
Example #3
0
        internal static DataTable GetMedicalInformationByID(Hashtable ht)
        {
            StudentRegistrationEditDLL accessLayer = new StudentRegistrationEditDLL();

            return(accessLayer.GetMedicalInformationByID(ht));
        }
Example #4
0
        internal static DataTable GetSiblingInformationByAdmissionNo(Hashtable ht)
        {
            StudentRegistrationEditDLL accessLayer = new StudentRegistrationEditDLL();

            return(accessLayer.GetSiblingInformation(ht));
        }
Example #5
0
        internal static DataTable GetTransportationDetailsByID(Hashtable ht)
        {
            StudentRegistrationEditDLL accessLayer = new StudentRegistrationEditDLL();

            return(accessLayer.GetTransportationDetailsByID(ht));
        }
Example #6
0
        internal static DataTable GetKeyReferenceOfParentByID(Hashtable ht)
        {
            StudentRegistrationEditDLL accessLayer = new StudentRegistrationEditDLL();

            return(accessLayer.GetKeyReferenceOfParentByID(ht));
        }
Example #7
0
        internal static DataTable GetEmergencyContactById(Hashtable ht)
        {
            StudentRegistrationEditDLL accessLayer = new StudentRegistrationEditDLL();

            return(accessLayer.GetEmergencyContactById(ht));
        }
Example #8
0
        internal static DataTable GetFamilyInfoByAdmissionNo(Hashtable ht)
        {
            StudentRegistrationEditDLL accessLayer = new StudentRegistrationEditDLL();

            return(accessLayer.GetFamilyInfoById(ht));
        }
Example #9
0
        internal static DataTable GetAllStudent()
        {
            StudentRegistrationEditDLL _objStudentRegistration = new StudentRegistrationEditDLL();

            return(_objStudentRegistration.GetAllStudent());
        }