Made everything except for repository interface be in the Umbraco.Cms.Infrastructure.Persistence namespace
6 lines
139 B
C#
6 lines
139 B
C#
namespace Umbraco.Cms.Core.Persistence.Repositories
|
|
{
|
|
public interface IDocumentBlueprintRepository : IDocumentRepository
|
|
{ }
|
|
}
|