예제 #1
0
 public ComponentTestScope(TestScope testScope)
     : base(testScope)
 {
 }
예제 #2
0
 public QueryableTestScope(TestScope testScope)
 {
     Inner = testScope;
 }