Implemented the ability to send images to frontend with some contextual information.
This commit is contained in:
parent
7ab7e8acc4
commit
7bf04dcdac
6 changed files with 74 additions and 10 deletions
|
@ -5,6 +5,7 @@ namespace API.Entities
|
|||
{
|
||||
public int Id { get; set; }
|
||||
public string FilePath { get; set; }
|
||||
// Should I just store information related to FilePath here? Reset it on anytime FilePath changes?
|
||||
|
||||
// Relationship Mapping
|
||||
public Volume Volume { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue