Ejemplo n.º 1
0
        public DataSet GetScheduleInfo(int sessionid, string mode)
        {
            try
            {
                DALSchedule obj = new DALSchedule();

                DataSet ds = obj.GetScheduleInfo(sessionid, mode);
                return(ds);
            }
            catch (Exception)
            {
                throw;
            }
        }