7 lines
207 B
C#
7 lines
207 B
C#
namespace CMSMicroservice.Application.UserWalletChangeLogCQ.Commands.CreateNewUserWalletChangeLog;
|
|
public class CreateNewUserWalletChangeLogResponseDto
|
|
{
|
|
//شناسه
|
|
public long Id { get; set; }
|
|
|
|
} |