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