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

            return(accessLayer.GetKeyReferenceOfParentByID(ht));
        }