public CacheServiceClient(
     ICacheSystemSettings cacheSystemSettings,
     IRegisterServiceClient registerServiceClient)
 {
     _cacheSystemSettings   = cacheSystemSettings;
     _registerServiceClient = registerServiceClient;
 }
Exemple #2
0
 public RegisterServiceClient(ICacheSystemSettings settings)
 {
     _settings = settings;
 }