public AdvancedContentRepositoryImageAssetRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryAuthorizedTaskRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
Example #3
0
 public ContentRepositoryCustomEntityPageBlocksRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryRewriteRuleRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
Example #5
0
 public ContentRepositoryPageNotFoundQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryPageSearchQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryCustomEntityRoutingRulesRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
Example #8
0
 public ContentRepositoryGetAllPermissionsQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryCurrentUserRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryCustomEntityVersionsByCustomEntityIdQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public AdvancedContentRepositoryPageDirectoryRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
Example #12
0
 public ContentRepositoryPermissionsRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
Example #13
0
 public ContentRepositoryCustomEntityDefinitionGetAllQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
Example #14
0
 public ContentRepositoryDocumentAssetSearchQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
Example #15
0
 public ContentRepositoryUserAreaGetAllQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
Example #16
0
 public ContentRepositoryPageBlockTypeRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryRewriteRuleGetAllQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
Example #18
0
 public ContentRepositoryUserAccountVerificationByEmailRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryPageVersionsByPageIdQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryCurrentUserQueryBuilder(
     IExtendableContentRepository contentRepository)
 {
     ExtendableContentRepository = contentRepository;
 }
Example #21
0
 public ContentRepositoryPageBlockTypeGetAllQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryPageVersionsRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public AdvancedContentRepositoryDocumentAssetRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryRoleRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
Example #25
0
 public ContentRepositoryGetAllCustomEntityRoutingRuleQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
Example #26
0
 public ContentRepositoryUserAreaRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryCustomEntityVersionsRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryCustomEntityByPathQueryBuilder(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }
 public ContentRepositoryCustomEntityDataModelSchemasRepository(
     IExtendableContentRepository contentRepository
     )
 {
     ExtendableContentRepository = contentRepository;
 }