Ejemplo n.º 1
0
 public Tour GetTourByName(string tourName)
 {
     return(tourRepository.GetSingle(t => t.TourName.Equals(tourName)));
 }