Refactoring the FileRepository to implement IUnitOfWorkRepository, so the files use the same transaction approach as database entities.

This commit is contained in:
sitereactor
2012-11-06 13:07:18 -01:00
parent ff51d81540
commit fba2ce8a7a
3 changed files with 110 additions and 48 deletions

View File

@@ -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