Add IMessageCapturer implementations
This commit is contained in:
@ -6,6 +6,6 @@
|
||||
/// </summary>
|
||||
public interface IMessageCapturer
|
||||
{
|
||||
internal void CaptureMessage(bool sentOrReceived, string messageBody);
|
||||
internal void CaptureMessage(bool sent, string messageBody);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user