mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Removing IShapeFactory dependency from ContainerPartDriver
--HG-- branch : 1.x extra : rebase_source : 861a7f06e55e83eda29857e4a8c088902b78da8f
This commit is contained in:
@@ -23,20 +23,17 @@ namespace Orchard.Core.Containers.Drivers {
|
||||
private readonly IContentDefinitionManager _contentDefinitionManager;
|
||||
private readonly IOrchardServices _orchardServices;
|
||||
private readonly IContentManager _contentManager;
|
||||
private readonly dynamic _shapeFactory;
|
||||
private readonly ISiteService _siteService;
|
||||
private readonly IFeedManager _feedManager;
|
||||
|
||||
public ContainerPartDriver(
|
||||
IContentDefinitionManager contentDefinitionManager,
|
||||
IOrchardServices orchardServices,
|
||||
IShapeFactory shapeFactory,
|
||||
ISiteService siteService,
|
||||
IFeedManager feedManager) {
|
||||
_contentDefinitionManager = contentDefinitionManager;
|
||||
_orchardServices = orchardServices;
|
||||
_contentManager = orchardServices.ContentManager;
|
||||
_shapeFactory = shapeFactory;
|
||||
_siteService = siteService;
|
||||
_feedManager = feedManager;
|
||||
|
||||
|
Reference in New Issue
Block a user