fix #2596 - fix EF Core tracking error when updating a file in a folder which has a Capacity specified
This commit is contained in:
@ -6,6 +6,7 @@ namespace Oqtane.Repository
|
||||
public interface IFileRepository
|
||||
{
|
||||
IEnumerable<File> GetFiles(int folderId);
|
||||
IEnumerable<File> GetFiles(int folderId, bool tracking);
|
||||
File AddFile(File file);
|
||||
File UpdateFile(File file);
|
||||
File GetFile(int fileId);
|
||||
|
Reference in New Issue
Block a user