Esempio n. 1
0
 public PrimaryServiceRootCache(IServicePrimaryBaseUrlService IServiceBaseUrlService, IGlobalProperties GlobalProperties, IApplicationCacheSupport ApplicationCacheSupport)
 {
     this.IServiceBaseUrlService   = IServiceBaseUrlService;
     this.GlobalProperties         = GlobalProperties;
     this.IApplicationCacheSupport = ApplicationCacheSupport;
 }
Esempio n. 2
0
 public RequestServiceRootValidate(IPrimaryServiceRootCache IPrimaryServiceRootCache, IServicePrimaryBaseUrlService IServicePrimaryBaseUrlService, ILog ILog)
 {
     this.IPrimaryServiceRootCache      = IPrimaryServiceRootCache;
     this.IServicePrimaryBaseUrlService = IServicePrimaryBaseUrlService;
     this.ILog = ILog;
 }