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,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