예제 #1
0
 public async Task <IEnumerable <TourLog> > GetItem(Tour t)
 {
     return(await _tourLogDAO.GetLogForTour(t));
 }