Beispiel #1
0
 public ServiceFactory(TCConfig config)
 {
     this.config = config;
 }
 public CacheClient(IDistributedCache cache, TCConfig config)
 {
     this.cache  = cache;
     this.config = config;
 }