Exemple #1
0
 public async Task <bool> DestinationExists(string name)
 {
     return((await _repository.GetDestinationByName(name)) != null);
 }