Пример #1
0
 protected WcfWrapper(S singleton)
 {
     InProcFactory.SetSingleton(singleton);
     Proxy = InProcFactory.CreateInstance <S, I>();
 }