We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010b4d4 commit 6630dc1Copy full SHA for 6630dc1
…astructure/Service/BotEventDispatcher.cs …pplication/Service/BotEventDispatcher.csRealTimeWeatherMonitoringApp/Infrastructure/Service/BotEventDispatcher.cs renamed to RealTimeWeatherMonitoringApp/Application/Service/BotEventDispatcher.cs
@@ -2,7 +2,7 @@
2
using RealTimeWeatherMonitoringApp.Domain.Common;
3
using RealTimeWeatherMonitoringApp.Domain.Interfaces;
4
5
-namespace RealTimeWeatherMonitoringApp.Infrastructure.Service;
+namespace RealTimeWeatherMonitoringApp.Application.Service;
6
7
public class BotEventDispatcher : IBotNotificationService, IBotPublishingService
8
{
0 commit comments