예제 #1
0
 public static UserPasswordDto ToDto(this UserPassword userPassword)
 {
     return(userPassword.MapTo <UserPassword, UserPasswordDto>());
 }