Removed failed attempts

This commit is contained in:
Joseph Milazzo 2021-02-17 15:29:27 -06:00
parent 922c0153d3
commit 5be01b529b
2 changed files with 0 additions and 179 deletions

View file

@ -21,14 +21,5 @@
/// Review from logged in user. Calculated at API-time.
/// </summary>
public string UserReview { get; set; }
/// <summary>
/// DO NOT Use. Used as a hack for <see cref="SeriesRepository.GetSeriesDtoForLibraryIdAsync()"/>
/// </summary>
public int LibraryId { get; set; }
/// <summary>
/// DO NOT Use. Used as a hack for <see cref="SeriesRepository.GetSeriesDtoForLibraryIdAsync()"/>
/// </summary>
public int AppUserId { get; set; }
}
}