Beispiel #1
0
 public List <Destination> GetFirstNDestinations(int count)
 {
     return(destinationRepository.GetFirstN(count));
 }