AB4227 - Moved Persistence Root
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using Umbraco.Core.Models;
|
||||
|
||||
namespace Umbraco.Core.Persistence.Repositories
|
||||
{
|
||||
public interface IMediaRepository : IContentRepository<int, IMedia>, IReadRepository<Guid, IMedia>
|
||||
{
|
||||
IMedia GetMediaByPath(string mediaPath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user