Ejemplo n.º 1
0
 /// <summary>
 /// List the components associated with the issue tracker.
 /// </summary>
 /// <returns></returns>
 public List <Component> ListComponents()
 {
     return(_repositoriesEndPoint.ListComponents());
 }