StableVersion4.3/HL_FristAidPlatform_DTO/Service/VehicleUnbundlingDTO.cs

8 lines
132 B
C#

namespace HL_FristAidPlatform_DTO
{
public class VehicleUnbundlingDTO
{
public string GUID { get; set; }
}
}