namespace NetinaShop.Domain.CommandQueries.Queries; public record GetBrandQuery(Guid Id) : IRequest; public record GetBrandsQuery(int? Page, string? BrandName , Guid CategoryId) : IRequest>;