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

            return(dll.GetStudentProfileBasicInfo(ht));
        }