namespace HStation.Dto { /// /// /// public class UpdateImportanceInput : IDInput { /// /// /// public int Importance { get; set; } } }