Implemented the ability to extract an archive image to a cache directory.
This commit is contained in:
parent
14ad2a3dd5
commit
7ab7e8acc4
8 changed files with 127 additions and 8 deletions
|
@ -16,6 +16,8 @@ namespace API.Entities
|
|||
public uint RowVersion { get; set; }
|
||||
|
||||
public ICollection<AppUserRole> UserRoles { get; set; }
|
||||
|
||||
//public ICollection<SeriesProgress> SeriesProgresses { get; set; }
|
||||
|
||||
public void OnSavingChanges()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue