Update the repository and model to have the join between the models
This commit is contained in:
9
Back/skydiveLogs-api/DataContract/GearResp.cs
Normal file
9
Back/skydiveLogs-api/DataContract/GearResp.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace skydiveLogs_api.DataContract
|
||||
{
|
||||
public class GearResp
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user