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;
 }