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

            return(dll.GetGuardianProfileInfo(ht));
        }