We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd34d94 commit 28a2d9fCopy full SHA for 28a2d9f
OnionArchitecture/OA.Infrastructure/Extension/ConfigureServiceContainer.cs
@@ -45,7 +45,6 @@ public static void AddAddScopedServices(this IServiceCollection serviceCollectio
45
46
public static void AddTransientServices(this IServiceCollection serviceCollection)
47
{
48
- //serviceCollection.AddTransient<ICustomerService, CustomerService>();
49
serviceCollection.AddTransient<IMailService, MailService>();
50
}
51
0 commit comments