5 lines
157 B
C#
5 lines
157 B
C#
|
|
namespace FrontOffice.BFF.Application.UserWalletCQ.Commands.TransferUserWalletBallance;
|
||
|
|
public record TransferUserWalletBallanceCommand : IRequest<Unit>
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|