Minor cleanup. Next commit will cleanup repositories and code base to be more concise.

This commit is contained in:
Joseph Milazzo 2021-01-18 10:46:42 -06:00
parent effdf07cef
commit 4a2296a18a
4 changed files with 26 additions and 8 deletions

View file

@ -11,7 +11,6 @@
public AppUser AppUser { get; set; }
public int AppUserId { get; set; }
public int VolumeId { get; set; }
public int SeriesId { get; set; } // shortcut
//public bool VolumeCompleted { get; set; } // This will be set true if PagesRead == Sum of MangaFiles on volume
public int SeriesId { get; set; }
}
}