internal static DataTable GetPreviousDetailsToProfile(Hashtable ht) { StudentProfileDLL dll = new StudentProfileDLL(); return(dll.GetPreviousProfileInfo(ht)); }
internal static DataTable GetStudentBasicDetailsToProfile(Hashtable ht) { StudentProfileDLL dll = new StudentProfileDLL(); return(dll.GetStudentProfileBasicInfo(ht)); }