Add a property "IsFavorite" for the drop zone.
This commit is contained in:
@@ -19,5 +19,7 @@ namespace skydiveLogs_api.Model
|
||||
public string Email { get; set; }
|
||||
|
||||
public IEnumerable<string> Type { get; set; }
|
||||
|
||||
public bool IsFavorite { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user