Example #1
0
 public function view_insert()
 {
     $result = DeptAct::act_insert();
     echo $result;
 }