Пример #1
0
 public static function getInstance()
 {
     if (self::$objInstance == null) {
         self::$objInstance = new NegAcao();
     }
     return self::$objInstance;
 }
 public function consultarAcoesPermitidas($arrStrFiltros)
 {
     return NegAcao::getInstance()->consultarAcoesPermitidas($arrStrFiltros);
 }