namespace CMSMicroservice.Application.UserWalletCQ.Queries.GetUserWallet; public class GetUserWalletResponseDto { //شناسه public long Id { get; set; } //شناسه کاربر public long UserId { get; set; } //موجودی public long Balance { get; set; } //موجودی شبکه public long NetworkBalance { get; set; } //موجودی تخفیف public long DiscountBalance { get; set; } }