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