mirror of
https://github.com/azaion/flights.git
synced 2026-04-22 08:36:30 +00:00
Initial commit
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Azaion.Flights.Enums;
|
||||
|
||||
namespace Azaion.Flights.DTOs;
|
||||
|
||||
public class CreateWaypointRequest
|
||||
{
|
||||
public GeoPoint? GeoPoint { get; set; }
|
||||
public WaypointSource WaypointSource { get; set; }
|
||||
public WaypointObjective WaypointObjective { get; set; }
|
||||
public int OrderNum { get; set; }
|
||||
public decimal Height { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user