Exemplo n.º 1
0
 private async Task LockConversationAsync(Issue createdIssue)
 {
     await _gitHubRepository.LockIssueAsync(createdIssue.Number);
 }