FaqPageService

class FaqPageService @Inject constructor(page: FaqPage) : PageService<FaqPageRequest, Html, None>

Author

Jordan Abraham

Constructors

Link copied to clipboard
@Inject
constructor(page: FaqPage)

Functions

Link copied to clipboard
suspend fun getRequest(request: FaqPageRequest): Html

Handles the http GET request to this service if applicable.

Link copied to clipboard
suspend fun postRequest(request: FaqPageRequest): None

Handles the http POST request to this service if applicable.