Example #1
0
 public TourView GetDetail(long id)
 {
     return(_tour.GetDetail(id));
 }