Exemple #1
0
 public List <Destination> SearchDestinations(string criteria)
 {
     return(destinationRepository.SearchDestinations(criteria));
 }