예제 #1
0
 public ResponseData AccountRegirst([FromBody] AccountRegirstDto accountRegirstDto)
 {
     return(accountService.AccountrRegirst(accountRegirstDto));
 }