namespace StopShopping.Services.Models.Req; public record DistrictParentIdParams { public int ParentId { get; set; } }