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

            return(accessLayer.GetMedicalInformationByID(ht));
        }