Exemple #1
0
 public async Task <List <Destination> > GetAllDestinations()
 {
     return(await _repository.GetAllDestinations());
 }