Пример #1
0
 /// <summary>
 /// Gets an individual version in an issue tracker.
 /// Public and private issue trackers require the caller to authenticate with an account that has appropriate authorisation.
 /// </summary>
 /// <param name="versionId">The version identifier.</param>
 /// <returns></returns>
 public async Task <Version> GetVersion(int?versionId)
 {
     return(await _repositoriesEndPoint.GetVersion(versionId));
 }