source: companies/serpro/workflow/js/adminsource/inc/class.controller.inc.php @ 903

Revision 903, 130 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<?php
2class Controller extends BaseController
3{
4        function Controller(&$model , &$env)
5        {
6                $this->super(&$model , &$env);
7        }
8}
9?>
Note: See TracBrowser for help on using the repository browser.