Package-level declarations

Types

Link copied to clipboard
class FaqPage @Inject constructor(siteService: SiteService, playersService: PlayersService) : Page<FaqPageRequest>
Link copied to clipboard
data class FaqPageRequest(val helpId: Int?, val userId: Int?) : PageRequest
Link copied to clipboard
class FaqPageRouting @Inject constructor(service: FaqPageService) : PageRouting
Link copied to clipboard
class FaqPageService @Inject constructor(page: FaqPage) : PageService<FaqPageRequest, Html, None>