public static function getInstance() { if (self::$objInstance == null) { self::$objInstance = new RepoParametroFone(); } return self::$objInstance; }
public function excluir() { return RepoParametroFone::getInstance()->excluir(); }