Fix namespaces
This commit is contained in:
parent
c91c8e3cd2
commit
b17f3dbd0a
@ -1,6 +1,6 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Nocr.TextMatcher.AppServices;
|
||||
namespace Nocr.TelegramListener.AppServices;
|
||||
|
||||
public static class ServiceCollectionExtensions
|
||||
{
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
using Nocr.TelegramListener.AppServices;
|
||||
using Nocr.TelegramListener.Core.Dates;
|
||||
using Nocr.TextMatcher.AppServices;
|
||||
|
||||
namespace Nocr.TelegramListener.Host.Infrastructure;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user