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

            return(accessLayer.GetEducationalBackGround(ht));
        }