initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Indotalent.Infrastructure.Logging;
|
||||
|
||||
public static class DI
|
||||
{
|
||||
public static IServiceCollection AddLoggingService(this IServiceCollection services)
|
||||
{
|
||||
services.AddScoped<LoggingService>();
|
||||
|
||||
return services;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user