7 lines
196 B
C#
7 lines
196 B
C#
|
|
namespace FrontOffice.BFF.Application.UserAddressCQ.Commands.SetAddressAsDefault;
|
||
|
|
public record SetAddressAsDefaultCommand : IRequest<Unit>
|
||
|
|
{
|
||
|
|
//شناسه
|
||
|
|
public long Id { get; init; }
|
||
|
|
|
||
|
|
}
|