Skip to content

Commit 6630dc1

Browse files
committed
Move bot event dispatcher to application layer
1 parent 010b4d4 commit 6630dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RealTimeWeatherMonitoringApp/Infrastructure/Service/BotEventDispatcher.cs renamed to RealTimeWeatherMonitoringApp/Application/Service/BotEventDispatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using RealTimeWeatherMonitoringApp.Domain.Common;
33
using RealTimeWeatherMonitoringApp.Domain.Interfaces;
44

5-
namespace RealTimeWeatherMonitoringApp.Infrastructure.Service;
5+
namespace RealTimeWeatherMonitoringApp.Application.Service;
66

77
public class BotEventDispatcher : IBotNotificationService, IBotPublishingService
88
{

0 commit comments

Comments
 (0)