IRedirectUrlRepository needs to be public
This commit is contained in:
@@ -3,7 +3,7 @@ using Umbraco.Core.Models;
|
||||
|
||||
namespace Umbraco.Core.Persistence.Repositories
|
||||
{
|
||||
internal interface IRedirectUrlRepository : IRepositoryQueryable<int, IRedirectUrl>
|
||||
public interface IRedirectUrlRepository : IRepositoryQueryable<int, IRedirectUrl>
|
||||
{
|
||||
IRedirectUrl Get(string url, int contentId);
|
||||
void Delete(int id);
|
||||
|
||||
Reference in New Issue
Block a user