Fix namespaces

This commit is contained in:
Sergey Nazarov 2024-03-20 00:28:23 +04:00
parent c91c8e3cd2
commit b17f3dbd0a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
using Microsoft.Extensions.DependencyInjection;
namespace Nocr.TextMatcher.AppServices;
namespace Nocr.TelegramListener.AppServices;
public static class ServiceCollectionExtensions
{

View File

@ -1,5 +1,5 @@
using Nocr.TelegramListener.AppServices;
using Nocr.TelegramListener.Core.Dates;
using Nocr.TextMatcher.AppServices;
namespace Nocr.TelegramListener.Host.Infrastructure;