Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Last active May 1, 2024 19:08
Show Gist options
  • Save MkhytarMkhoian/99f26d3764505ceae1610c533f97a319 to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/99f26d3764505ceae1610c533f97a319 to your computer and use it in GitHub Desktop.
interface TicketsRepository {
suspend fun buyTicket(ryderId: String, fare: Fare, totalCount: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment