8 lines
No EOL
206 B
C#
8 lines
No EOL
206 B
C#
using Femto.Modules.Authentication.Data;
|
|
using Microsoft.Extensions.Hosting;
|
|
|
|
namespace Femto.Modules.Authentication.Application;
|
|
|
|
internal class AuthenticationModule(IHost host) : IAuthenticationModule
|
|
{
|
|
} |