예제 #1
0
        //Question 2
        public List <Station> GetAllStations()
        {
            DataConnector dataConn = new DataConnector();

            return(dataConn.GetAllStations());
        }