Move all usages of LazyField to Orchard.ContentManagement.Utilities.LazyField

There is one change which have to verify:
Orchard.ContentManagement.Handlers.StorageFilter
Orchard.ContentManagement.Handlers.StorageVersionFilter
because I removed _value parameter from loader delegate - it was pointless and used nowhere except above filters.
This commit is contained in:
Wojciech Gadziński
2015-04-26 23:56:04 +02:00
parent 6afbc78395
commit b9973d91d8
24 changed files with 39 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic;
using Orchard.ContentManagement;
using Orchard.Core.Common.Utilities;
using Orchard.ContentManagement.Utilities;
namespace Orchard.AuditTrail.Models {
public class AuditTrailSettingsPart : ContentPart {