示例#1
0
 public IpMaturityMatrixSource(HttpDeserializingCache <IpMaturityMatrix> cache)
 {
     this.cache = cache;
 }
示例#2
0
 public RuleDefinitionRepositorySource(HttpDeserializingCache <IRuleDefinitionRepository> cache)
 {
     this.cache = cache;
 }