public AssemblyServiceBootstrapper(ILifetimeScope lifetimeScope, AssemblyRegistration registration)
     : base(lifetimeScope, registration.ServiceSpecificationType)
 {
     _registration = registration;
 }
Exemplo n.º 2
0
 public AssemblyServiceBootstrapper(ILifetimeScope lifetimeScope, AssemblyRegistration registration)
     : base(lifetimeScope, registration.ServiceSpecificationType)
 {
     _registration = registration;
 }