Use file scoped namepace
This commit is contained in:
@@ -2,17 +2,16 @@
|
||||
using GerstITS.Web.WebClients;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace GerstITS.Examples.WebClients.Examples.Api
|
||||
namespace GerstITS.Examples.WebClients.Examples.Api;
|
||||
|
||||
public sealed partial class Module
|
||||
{
|
||||
public sealed partial class Module
|
||||
#region Methods
|
||||
|
||||
private static void RegisterCreationRules(IServiceCollection container)
|
||||
{
|
||||
#region Methods
|
||||
|
||||
private static void RegisterCreationRules(IServiceCollection container)
|
||||
{
|
||||
container.AddTransient<IWebServiceClientCreationRule, ExampleApiClientCreatingRule>();
|
||||
}
|
||||
|
||||
#endregion
|
||||
container.AddTransient<IWebServiceClientCreationRule, ExampleApiClientCreatingRule>();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user