U4-4618 - public PublishedContentModel & Factory

This commit is contained in:
Stephan
2014-04-21 14:11:55 +02:00
parent 82c1c95e35
commit 57f06ba447
6 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ namespace Umbraco.Core.Models.PublishedContent
/// <summary>
/// Implements a strongly typed content model factory
/// </summary>
internal class PublishedContentModelFactoryImpl : IPublishedContentModelFactory
public class PublishedContentModelFactoryImpl : IPublishedContentModelFactory
{
//private readonly Dictionary<string, ConstructorInfo> _constructors
// = new Dictionary<string, ConstructorInfo>();