コード例 #1
0
 public DbAbstractionTestList()
 {
     this.client = DbAbstractionTestContainer.INSTANCE.GetInstance <UserQueryClient>();
 }
コード例 #2
0
 public DbAbstractionTestList(BootstrapFixture bootstrap)
 {
     this.client = bootstrap.GetInstance <UserQueryClient>();
 }