Example #1
0
 private ProxyNamer(INamingScope parentScope, NamingScope wrappedScope, Type serviceContract) : this(wrappedScope, serviceContract)
 {
     ParentScope = parentScope;
 }
Example #2
0
 public ProxyNamer(NamingScope wrappedScope, Type serviceContract)
 {
     _wrappedScope    = wrappedScope;
     _serviceContract = serviceContract;
 }