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