예제 #1
0
 public TestServiceHost(TestServiceApp app)
 {
     _app = app;
 }
예제 #2
0
        public override IServiceHost Create(ITestConfigurer configurer)
        {
            var app = new TestServiceApp(configurer.Configure);

            return(new TestServiceHost(app));
        }