AccountSubmitPageService

class AccountSubmitPageService @Inject constructor(playersService: PlayersService, argon2Service: Argon2Service) : PageService<AccountSubmitPageRequest, None, Redirect>

Author

Jordan Abraham

Constructors

Link copied to clipboard
@Inject
constructor(playersService: PlayersService, argon2Service: Argon2Service)

Functions

Link copied to clipboard

Handles the http GET request to this service if applicable.

Link copied to clipboard

Handles the http POST request to this service if applicable.