(response: any, view: string, options: any)
| 140 | } |
| 141 | |
| 142 | public render(response: any, view: string, options: any) { |
| 143 | return response.render(view, options); |
| 144 | } |
| 145 | |
| 146 | public redirect(response: any, statusCode: number, url: string) { |
| 147 | return response.redirect(statusCode, url); |