Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ab2ddff

Browse files
Adding xml docs
1 parent c2aca55 commit ab2ddff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
namespace GitHub.InlineReviews.Services
22
{
3+
/// <summary>
4+
/// This service allows for functionality to be injected into the chain of different peek Comment ViewModel types.
5+
/// </summary>
36
public interface ICommentService
47
{
8+
/// <summary>
9+
/// This function uses MessageBox.Show to display a confirmation if a comment should be deleted.
10+
/// </summary>
11+
/// <returns></returns>
512
bool ConfirmCommentDelete();
613
}
714
}

0 commit comments

Comments
 (0)