Пример #1
0
 /// <summary>
 /// Removes a repository.
 /// </summary>
 /// <returns></returns>
 public async Task DeleteRepositoryAsync(CancellationToken token = default(CancellationToken))
 {
     await _repositoriesEndPoint.DeleteRepositoryAsync(_accountName, _slug, token);
 }