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