Refactoring the FileRepository to implement IUnitOfWorkRepository, so the files use the same transaction approach as database entities.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Umbraco.Core.Models
|
||||
/// Defines a File
|
||||
/// </summary>
|
||||
/// <remarks>Used for Scripts, Stylesheets and Templates</remarks>
|
||||
public interface IFile : IValueObject
|
||||
public interface IFile : IEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the Name of the File including extension
|
||||
|
||||
Reference in New Issue
Block a user