namespace GameIdeas.Shared.Dto; public class MinMaxDto { public int? Min { get; set; } public int? Max { get; set; } }