namespace API.DTO.Classification.Request; public class UpdateClassificationDto { public int Id { get; set; } public string? Label { get; set; } }