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

            return(accessLayer.GetTransportationDetailsByID(ht));
        }