mirror of
https://github.com/azaion/missions.git
synced 2026-06-21 06:41:07 +00:00
Initial commit
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Azaion.Flights.DTOs;
|
||||
|
||||
public class CreateFlightRequest
|
||||
{
|
||||
public Guid AircraftId { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public DateTime? CreatedDate { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user