Пример #1
0
 static function listarAreas()
 {
     $modelArea = new Application_Model_Area();
     return $modelArea->listarAreas();
 }