Files
flights/DTOs/SetDefaultRequest.cs
T
Oleksandr Bezdieniezhnykh 0625cd4157 Initial commit
Made-with: Cursor
2026-03-25 05:21:08 +02:00

7 lines
107 B
C#

namespace Azaion.Flights.DTOs;
public class SetDefaultRequest
{
public bool IsDefault { get; set; }
}