Пример #1
0
 /// <summary>
 /// List all the versions associated with the issue tracker.
 /// </summary>
 /// <returns></returns>
 public async Task <List <Version> > ListVersions()
 {
     return(await _repositoriesEndPoint.ListVersions());
 }