public AssemblyServiceBootstrapper(ILifetimeScope lifetimeScope, AssemblyRegistration registration)
     : base(lifetimeScope, registration.ServiceSpecificationType)
 {
     _registration = registration;
 }
Пример #2
0
 public AssemblyServiceBootstrapper(ILifetimeScope lifetimeScope, AssemblyRegistration registration)
     : base(lifetimeScope, registration.ServiceSpecificationType)
 {
     _registration = registration;
 }