Ejemplo n.º 1
0
 /// <summary>
 /// List all the versions associated with the issue tracker.
 /// </summary>
 /// <returns></returns>
 public List <Version> ListVersions()
 {
     return(_repositoriesEndPoint.ListVersions());
 }