2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-14 07:44:43 -04:00

8 lines
168 B
C#

namespace Observatory.Framework.Files.Journal
{
public class CarrierCancelDecommission : JournalBase
{
public ulong CarrierID { get; init; }
}
}