Ejemplo n.º 1
0
 public IEnumerable <Comment> GetComments(IssueRef issue)
 {
     return(client.GetComments(issue));
 }