namespace Netina.Domain.CommandQueries.Queries;
public record GetSubProductsQuery(Guid ProductId) : IRequest<List<SubProductSDto>>;