예제 #1
0
파일: WcfWrapper.cs 프로젝트: eddy5368/WCF
 protected WcfWrapper(S singleton)
 {
     InProcFactory.SetSingleton(singleton);
     Proxy = InProcFactory.CreateInstance <S, I>();
 }
예제 #2
0
파일: WcfWrapper.cs 프로젝트: eddy5368/WCF
 protected WcfWrapper()
 {
     Proxy = InProcFactory.CreateInstance <S, I>();
 }