예제 #1
0
        public IEnumerable <TripDTO> Get()
        {
            var trips = _service.GetTripDTO();

            return(trips);
        }