Exemplo n.º 1
0
 internal object RemovePullRequestApproval(int pullRequestId)
 {
     return(_repositoriesEndPoint.RemovePullRequestApproval(_accountName, _repository, pullRequestId));
 }