namespace Znyc.CloudCar.Model.Dtos.Equipment { public class EquipmentUpdateInput : EquipmentAddInput { public long Id { get; set; } } }