Пример #1
0
 /// <summary>
 /// List all the milestones associated with the issue tracker.
 /// </summary>
 /// <returns></returns>
 public List <Milestone> ListMilestones()
 {
     return(_repositoriesEndPoint.ListMilestones());
 }