Fixed some APIs that worked mins ago....something strange happening with EF relationships.

This commit is contained in:
Joseph Milazzo 2021-01-19 10:45:37 -06:00
parent 295e62d773
commit 14e8c3b820
10 changed files with 62 additions and 43 deletions

View file

@ -1,4 +1,6 @@
namespace API.Entities
using System.ComponentModel.DataAnnotations.Schema;
namespace API.Entities
{
/// <summary>
/// Represents the progress a single user has on a given Volume.