using System; namespace Shared.Common.ResponseEntity { public class UserRegisterReqDto { public UserRegisterReqDto() { } } }