Skip to content

Instantly share code, notes, and snippets.

@nabs107
Created January 31, 2022 02:44
Show Gist options
  • Save nabs107/3c1055c2b9c46567a6babd1227585b4d to your computer and use it in GitHub Desktop.
Save nabs107/3c1055c2b9c46567a6babd1227585b4d to your computer and use it in GitHub Desktop.
package com.example.dtos
data class UserDTO(
val username: String,
val password: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment