removing a dependency

This commit is contained in:
Nicholas Mayne
2015-04-15 13:51:17 +01:00
parent 1729e73a73
commit e3249cc02c

View File

@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Linq;
using Orchard.Blogs.Models;
using Orchard.ContentManagement;
using Orchard.ContentManagement.MetaData;
using Orchard.Core.Common.Models;
using Orchard.Data;
using Orchard.Tasks.Scheduling;
@@ -17,8 +16,7 @@ namespace Orchard.Blogs.Services {
public BlogPostService(
IContentManager contentManager,
IRepository<BlogPartArchiveRecord> blogArchiveRepository,
IPublishingTaskManager publishingTaskManager,
IContentDefinitionManager contentDefinitionManager) {
IPublishingTaskManager publishingTaskManager) {
_contentManager = contentManager;
_blogArchiveRepository = blogArchiveRepository;
_publishingTaskManager = publishingTaskManager;