Update the repository and model to have the join between the models
This commit is contained in:
@@ -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