Add a property "IsFavorite" for the drop zone.
This commit is contained in:
@@ -27,6 +27,11 @@ namespace skydiveLogs_api.Data
|
||||
return _col.FindById(new BsonValue(id));
|
||||
}
|
||||
|
||||
public bool Update(DropZone updatedDz)
|
||||
{
|
||||
return _col.Update(updatedDz);
|
||||
}
|
||||
|
||||
private readonly IDataProvider _dataProvider;
|
||||
|
||||
private readonly LiteCollection<DropZone> _col;
|
||||
|
||||
Reference in New Issue
Block a user