public Create ( long repositoryId, int number, string newComment ) : Task |
||
repositoryId | long | The Id of the repository |
number | int | The number of the issue |
newComment | string | The new comment to add to the issue |
return | Task |
public Create ( long repositoryId, int number, string newComment ) : Task |
||
repositoryId | long | The Id of the repository |
number | int | The number of the issue |
newComment | string | The new comment to add to the issue |
return | Task |