Fix about the favorite DZ

This commit is contained in:
Sébastien André
2021-03-25 16:57:30 +01:00
parent 0a6dbf42e4
commit 9d51f38f2e
10 changed files with 45 additions and 52 deletions

View File

@@ -2,6 +2,8 @@
{
public class FavoriteDropZone
{
public int Id { get; set; }
public DropZone DropZone { get; set; }
public User User { get; set; }