예제 #1
0
 public BrokerContext(IProducer producer, ServiceContext context) : base(context.Service)
 {
     context.CopyTo(this);
     Producer = producer;
 }
예제 #2
0
 public CallerContext(Caller caller, ServiceContext context) : base(context.Service)
 {
     context.CopyTo(this);
     Caller = caller;
 }