. * */ namespace OCA\News\Db; interface IMapper { public function find($id, $userId); }