Esempio n. 1
0
        internal static DataTable GetKeyReferenceOfParentByID(Hashtable ht)
        {
            StudentRegistrationEditDLL accessLayer = new StudentRegistrationEditDLL();

            return(accessLayer.GetKeyReferenceOfParentByID(ht));
        }