Ejemplo n.º 1
0
 public CloudPurgeComponent(ILogger logger, IConfigService configService, IContentCdnService contentCdnService, IUmbracoContextFactory umbracoContextFactory)
 {
     _logger                = logger;
     _configService         = configService;
     _contentCdnService     = contentCdnService;
     _umbracoContextFactory = umbracoContextFactory;
 }
Ejemplo n.º 2
0
 public CloudPurgeApiController(IConfigService configService, IContentCdnService cdnService)
 {
     _configService = configService;
     _cdnService    = cdnService;
 }