Сборка бэк
This commit is contained in:
11
backend/src/Modules/TelegramImport/DependencyInjection.cs
Normal file
11
backend/src/Modules/TelegramImport/DependencyInjection.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Knot.Modules.TelegramImport;
|
||||
|
||||
public static class DependencyInjection
|
||||
{
|
||||
public static IServiceCollection AddTelegramImportModule(this IServiceCollection services)
|
||||
{
|
||||
return services;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user