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