gxc
2019-11-04 b7b3e92bed9c4553e30e2901a1877f088a5f8823
1
2
3
4
5
6
7
8
9
10
using System;
namespace Shared.Common.ResponseEntity
{
    public class UserRegisterReqDto
    {
        public UserRegisterReqDto()
        {
        }
    }
}