Пример #1
0
 public IpMaturityMatrixSource(HttpDeserializingCache <IpMaturityMatrix> cache)
 {
     this.cache = cache;
 }
Пример #2
0
 public RuleDefinitionRepositorySource(HttpDeserializingCache <IRuleDefinitionRepository> cache)
 {
     this.cache = cache;
 }