Ejemplo n.º 1
0
        private static string ShowTimetableWithId()
        {
            try
            {
                string timetable = String.Join(null, DataBaseContextAdmin.GetTimetableTripsWithId());

                return($"\n\n{timetable}");
            }
            catch (Exception e)
            {
                Console.WriteLine(e);
                return(" ");
            }
        }