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