Exemplo n.º 1
0
 public async Task EditComment(ICommentViewModel comment)
 {
     await service.EditComment(
         HostAddress.Create(Repository.CloneUrl),
         Repository.Owner,
         Repository.Name,
         comment.DatabaseId,
         comment.Body).ConfigureAwait(false);
 }