Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Last active May 1, 2024 17:57
Show Gist options
  • Save MkhytarMkhoian/33afab27c147af9c34d65486a11c9786 to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/33afab27c147af9c34d65486a11c9786 to your computer and use it in GitHub Desktop.
class GetRydersUseCase(
private val ticketsRepository: TicketsRepository,
private val faresRepository: FaresRepository,
) { /* ... */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment