namespace cuqmbr.TravelGuide.Application.Trains.ViewModels; public sealed class UpdateTrainViewModel { public string Number { get; set; } public string Model { get; set; } public short Capacity { get; set; } public Guid CompanyUuid { get; set; } }