Ejemplo n.º 1
0
        internal static DataTable GetEducationalBackGroundByAdmissionNo(Hashtable ht)
        {
            StudentRegistrationEditDLL accessLayer = new StudentRegistrationEditDLL();

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

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

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

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

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

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

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

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

            return(_objStudentRegistration.GetAllStudent());
        }