WaController constructor
WaController(
- WebRequest rq
Creates a WaController instance.
The rq
parameter is required for initializing the controller with the current web request.
Implementation
WaController(
this.rq,
);