Example #1
0
 public async Task <bool> RepositoryExists(string repo)
 {
     return(await driver.RepositoryExistsAsync(repo));
 }