AB4227 - Moved Persistence Root
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using Umbraco.Core.Models;
|
||||
|
||||
namespace Umbraco.Core.Persistence.Repositories
|
||||
{
|
||||
public interface IPublicAccessRepository : IReadWriteQueryRepository<Guid, PublicAccessEntry>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user