public PublishedSnapshot(IPublishedSnapshotService service, bool defaultPreview) { _service = service as PublishedSnapshotService; _defaultPreview = defaultPreview; }
public PublishedSnapshotStatus(IPublishedSnapshotService service, INuCacheContentService publishedContentService) { _service = service as PublishedSnapshotService; _publishedContentService = publishedContentService; }