Skip to content

Instantly share code, notes, and snippets.

@Tonel
Last active March 10, 2021 20:09
Show Gist options
  • Save Tonel/b2c03047ca27752dc32e16ec5cdd3b9c to your computer and use it in GitHub Desktop.
Save Tonel/b2c03047ca27752dc32e16ec5cdd3b9c to your computer and use it in GitHub Desktop.
class SpecialAuthorDto {
var name: String? = null
var surname: String? = null
// no birthDate
var firstBook : BookDto? = null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment