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

            return(dll.GetPreviousProfileInfo(ht));
        }
Ejemplo n.º 2
0
        internal static DataTable GetStudentBasicDetailsToProfile(Hashtable ht)
        {
            StudentProfileDLL dll = new StudentProfileDLL();

            return(dll.GetStudentProfileBasicInfo(ht));
        }