public PublishingTargetRepository(IContentStoreContext contentStoreContext)
 {
     _contentStoreContext = contentStoreContext;
 }
 public PageWriteRepository(IContentStoreContext contentStoreContext)
 {
     _contentStoreContext = contentStoreContext;
 }
Exemple #3
0
 public PageCreationRuleRepository(IContentStoreContext contentStoreContext)
 {
     _contentStoreContext = contentStoreContext;
 }
 public WorkflowRepository(IContentStoreContext contentStoreContext)
 {
     _contentStoreContext = contentStoreContext;
 }
 public SchemaRepository(IContentStoreContext contentStoreContext)
 {
     _contentStoreContext = contentStoreContext;
 }
 public RedirectRepository(IContentStoreContext contentStoreContext)
 {
     _contentStoreContext = contentStoreContext;
 }