gxc
2020-01-02 b186c02eb9e44268727b769be477d1956e97fbb0
1
2
3
4
5
6
7
8
9
10
using System;
namespace Shared.Common.ResponseEntity
{
    public class UserRegisterReqDto
    {
        public UserRegisterReqDto()
        {
        }
    }
}