示例#1
0
 public SessionContextFactory(ILifetimeScope scope, MessageSender sender)
 {
     _sender = sender;
     _scope  = scope;
 }