Ejemplo n.º 1
0
 public function register()
 {
     $controller = new RegisterController();
     $this->showRegister($controller->RegisterUser());
 }