Skip to content

Commit 84f6486

Browse files
committed
Add documentation
1 parent 4a94c20 commit 84f6486

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RealTimeWeatherMonitoringApp/Application/Interfaces/Service/IBotNotificationService.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
namespace RealTimeWeatherMonitoringApp.Application.Interfaces.Service;
44

5+
/// <summary>
6+
/// Allows subscription to bot notifications
7+
/// </summary>
58
public interface IBotNotificationService
69
{
710
event EventHandler<BotEventArgs> OnBotNotification;

0 commit comments

Comments
 (0)