public ClaimContextGeneratorRepository(IClaimContextGeneratorStore claimContextGeneratorStore)
 {
     _claimContextGeneratorStore = claimContextGeneratorStore;
 }
示例#2
0
 public ClaimContextGeneratorIMP(IClaimContextGeneratorStore claimContextGeneratorStore)
 {
     _claimContextGeneratorStore = claimContextGeneratorStore;
 }