예제 #1
0
 public TestMiddleware2(IMiddlewareTestService testService)
 {
     _testService = testService;
 }
 public TestMiddlewareSingleton(IMiddlewareTestService testService)
 {
     _testService = testService;
     this.Id      = Guid.NewGuid().ToString("N");
 }