Implementation to have a favorite DZ by user.
This commit is contained in:
9
Back/skydiveLogs-api.Domain/FavoriteDropZone.cs
Normal file
9
Back/skydiveLogs-api.Domain/FavoriteDropZone.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class FavoriteDropZone
|
||||
{
|
||||
public DropZone DropZone { get; set; }
|
||||
|
||||
public User User { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v5.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"skydiveLogs-api.Domain/1.0.0": {
|
||||
"runtime": {
|
||||
"skydiveLogs-api.Domain.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"skydiveLogs-api.Domain/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user