Files
FrontOffice.BFF/src/FrontOffice.BFF.Application/UserWalletCQ/Queries/GetUserWallet/GetUserWalletResponseDto.cs

9 lines
248 B
C#
Raw Normal View History

namespace FrontOffice.BFF.Application.UserWalletCQ.Queries.GetUserWallet;
public class GetUserWalletResponseDto
{
//موجودی
public long Balance { get; set; }
//موجودی شبکه
public long NetworkBalance { get; set; }
}