Exemple #1
0
 public async Task AddDestination(Destination d)
 {
     await _repository.AddDestination(d);
 }