Пример #1
0
 public BlogService(
     IContentManager contentManager,
     IProcessingEngine processingEngine,
     ShellSettings shellSettings,
     IShellDescriptorManager shellDescriptorManager,
     IPathResolutionService pathResolutionService) {
     _contentManager = contentManager;
     _processingEngine = processingEngine;
     _shellSettings = shellSettings;
     _shellDescriptorManager = shellDescriptorManager;
     _pathResolutionService = pathResolutionService;
 }
Пример #2
0
 public CaseService(
     IContentManager contentManager,
     IProcessingEngine processingEngine,
     ShellSettings shellSettings,
     IShellDescriptorManager shellDescriptorManager,
     IPathResolutionService pathResolutionService)
 {
     _contentManager         = contentManager;
     _processingEngine       = processingEngine;
     _shellSettings          = shellSettings;
     _shellDescriptorManager = shellDescriptorManager;
     _pathResolutionService  = pathResolutionService;
 }
Пример #3
0
 public ArchiveConstraint(IPathResolutionService pathResolutionService) {
     _pathResolutionService = pathResolutionService;
 }
Пример #4
0
 public RsdConstraint(IPathResolutionService pathResolutionService) {
     _pathResolutionService = pathResolutionService;
 }
Пример #5
0
 public ArchiveConstraint(IPathResolutionService pathResolutionService)
 {
     _pathResolutionService = pathResolutionService;
 }
Пример #6
0
 public RsdConstraint(IPathResolutionService pathResolutionService)
 {
     _pathResolutionService = pathResolutionService;
 }
Пример #7
0
 public ProductInfoService(IPathResolutionService pathResolutionService)
 {
     _pathResolutionService = pathResolutionService;
 }