Ejemplo n.º 1
0
 private static void RegisterServices(IServiceCollection services)
 {
     // Adding dependencies from another layers (isolated from Presentation)
     NativeInjectorBootStrapper.CodeFirst();
     NativeInjectorBootStrapper.RegisterServices(services);
 }