Files
FrontOffice.BFF/src/FrontOffice.BFF.Application/UserWalletCQ/Commands/TransferUserWalletBallance/TransferUserWalletBallanceCommand.cs

5 lines
157 B
C#
Raw Normal View History

namespace FrontOffice.BFF.Application.UserWalletCQ.Commands.TransferUserWalletBallance;
public record TransferUserWalletBallanceCommand : IRequest<Unit>
{
}