Exemple #1
0
 public async Task <Destination> GetDestination(long id)
 {
     return(await _repository.GetDestination(id));
 }