Ejemplo n.º 1
0
        internal static DataTable GetStudentDetailsToProfile(Hashtable ht)
        {
            StudentProfileDLL dll = new StudentProfileDLL();

            return(dll.GetStudentProfileInfo(ht));
        }