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