コード例 #1
0
 public ManageSuperHumanDB(
     IProofConfiguration iProofConfiguration,
     ISubject iSubject)
 {
     this.iProofConfiguration = iProofConfiguration;
     this.iSubject            = iSubject;
 }
コード例 #2
0
 public SuperHumanQueryDBRepository(IProofConfiguration iProofConfiguration)
 {
     this.iProofConfiguration = iProofConfiguration;
 }