xm
2020-04-10 84529eb9e8dc1cf670975d9c2abd56f2cd3cd901
1
2
3
4
5
6
7
8
9
10
using System;
namespace Shared.Common.ResponseEntity
{
    public class UserRegisterReqDto
    {
        public UserRegisterReqDto()
        {
        }
    }
}