11 lines
No EOL
241 B
C#
11 lines
No EOL
241 B
C#
using ProtoBuf;
|
|
|
|
namespace WingsAPI.Communication.Services.Requests
|
|
{
|
|
[ProtoContract]
|
|
public class ServiceExecuteGeneralEmergencyMaintenanceRequest
|
|
{
|
|
[ProtoMember(1)]
|
|
public string Reason { get; init; }
|
|
}
|
|
} |