Created
January 31, 2022 02:44
-
-
Save nabs107/3c1055c2b9c46567a6babd1227585b4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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