mirror of
https://github.com/azaion/flights.git
synced 2026-04-22 22:26:32 +00:00
0625cd4157
Made-with: Cursor
7 lines
107 B
C#
7 lines
107 B
C#
namespace Azaion.Flights.DTOs;
|
|
|
|
public class SetDefaultRequest
|
|
{
|
|
public bool IsDefault { get; set; }
|
|
}
|