<?php namespace Core\App\Repository\Facturis; interface CustomerInterface { public function getAll(); }