namespace FrontOffice.BFF.Application.UserAddressCQ.Commands.SetAddressAsDefault; public record SetAddressAsDefaultCommand : IRequest { //شناسه public long Id { get; init; } }