mirror of
https://github.com/azaion/flights.git
synced 2026-04-22 19:16:36 +00:00
Initial commit
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Azaion.Flights.DTOs;
|
||||
|
||||
public class UpdateFlightRequest
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
public Guid? AircraftId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user