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

            return(dll.GetPreviousProfileInfo(ht));
        }