Ejemplo n.º 1
0
 protected WcfWrapper(S singleton)
 {
     InProcFactory.SetSingleton(singleton);
     Proxy = InProcFactory.CreateInstance <S, I>();
 }
Ejemplo n.º 2
0
 protected WcfWrapper()
 {
     Proxy = InProcFactory.CreateInstance <S, I>();
 }