<?php
class Logout extends Vn\Web\JsonRequest
{
function run ($db)
$this->service->logout ();
return TRUE;
}