Skip to content

Commit b2172c7

Browse files
committed
Move BotPublishingService contract to domain
1 parent 71124a5 commit b2172c7

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

RealTimeWeatherMonitoringApp/Application/Service/BotEventDispatcher.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using RealTimeWeatherMonitoringApp.Application.Interfaces.Service;
22
using RealTimeWeatherMonitoringApp.Domain.Common;
3+
using RealTimeWeatherMonitoringApp.Domain.Interfaces.Service;
34

45
namespace RealTimeWeatherMonitoringApp.Application.Service;
56

RealTimeWeatherMonitoringApp/Domain/Interfaces/IBotPublishingService.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

RealTimeWeatherMonitoringApp/Application/Interfaces/Service/IBotPublishingService.cs renamed to RealTimeWeatherMonitoringApp/Domain/Interfaces/Service/IBotPublishingService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using RealTimeWeatherMonitoringApp.Domain.Common;
22

3-
namespace RealTimeWeatherMonitoringApp.Application.Interfaces.Service;
3+
namespace RealTimeWeatherMonitoringApp.Domain.Interfaces.Service;
44

55
/// <summary>
66
/// Responsible for handling published bot events

0 commit comments

Comments
 (0)