mirror of
https://github.com/azaion/missions.git
synced 2026-06-21 08:01:07 +00:00
0625cd4157
Made-with: Cursor
8 lines
146 B
C#
8 lines
146 B
C#
namespace Azaion.Flights.DTOs;
|
|
|
|
public class GetAircraftsQuery
|
|
{
|
|
public string? Name { get; set; }
|
|
public bool? IsDefault { get; set; }
|
|
}
|