Add some update
Add a TODO for the ideas
This commit is contained in:
21
Back/skydiveLogs-api.Domain/TunnelFlight.cs
Normal file
21
Back/skydiveLogs-api.Domain/TunnelFlight.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace skydiveLogs_api.Domain
|
||||
{
|
||||
public class TunnelFlight
|
||||
{
|
||||
#region Public Properties
|
||||
public int Id { get; set; }
|
||||
|
||||
public Tunnel Tunnel { get; set; }
|
||||
|
||||
public int NbMinutes { get; set; }
|
||||
|
||||
public string Notes { get; set; }
|
||||
|
||||
public DateTime FlightDate { get; set; }
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user