Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Last active April 29, 2024 13:42
Show Gist options
  • Save MkhytarMkhoian/ba442b7edecebda4bd8c056aac799c94 to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/ba442b7edecebda4bd8c056aac799c94 to your computer and use it in GitHub Desktop.
class BuyTicketUseCase(
private val ticketsRepository: TicketsRepository,
) { /* ... */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment