Implementation of repositories and return infos
This commit is contained in:
@@ -6,5 +6,8 @@ namespace skydiveLogs_api.Model
|
||||
{
|
||||
public class JumpType
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user