namespace CMSMicroservice.Application.ProductGallerysCQ.Commands.UpdateProductGallerys; public record UpdateProductGallerysCommand : IRequest { // public long Id { get; init; } // public long ProductImageId { get; init; } // public long ProductId { get; init; } }