示例#1
0
 public MessageHandler(ILifetimeScope lifetimeScope, ServiceForHandler service)
 {
     this.DependentService = service;
     this.LifetimeScope    = lifetimeScope;
 }
 public MessageHandler(ILifetimeScope lifetimeScope, ServiceForHandler service)
 {
     DependentService = service;
     LifetimeScope = lifetimeScope;
 }