Ejemplo n.º 1
0
 public List <Destination> GetCountries(int count)
 {
     return(destinationRepository.GetAllCountriesDistinct(count));
 }