Add controler, domain and service about "Tunnel"
This commit is contained in:
19
Back/skydiveLogs-api/DataContract/TunnelResp.cs
Normal file
19
Back/skydiveLogs-api/DataContract/TunnelResp.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace skydiveLogs_api.DataContract
|
||||
{
|
||||
public class TunnelResp
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Latitude { get; set; }
|
||||
|
||||
public string Longitude { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Address { get; set; }
|
||||
|
||||
public string Website { get; set; }
|
||||
|
||||
public string Email { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user