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