Example #1
0
 public Task <Boolean> IsValid(String destination)
 {
     return(_outputter.IsValid(destination));
 }