示例#1
0
 public IEnumerable <Tour> GetToursByClimateName(string climateName)
 {
     return(_repository.GetToursByClimateName(climateName));
 }