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