Files
Umbraco-CMS/src/Umbraco.Infrastructure/Persistence/Repositories/IDocumentBlueprintRepository.cs
Mole 5bd8e32279 Align namespaces in Persistence
Made everything except for repository interface be in the Umbraco.Cms.Infrastructure.Persistence namespace
2021-02-12 13:36:50 +01:00

6 lines
139 B
C#

namespace Umbraco.Cms.Core.Persistence.Repositories
{
public interface IDocumentBlueprintRepository : IDocumentRepository
{ }
}