Fix about the favorite DZ
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
{
|
||||
public class FavoriteDropZone
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public DropZone DropZone { get; set; }
|
||||
|
||||
public User User { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user