示例#1
0
 public function InsertaCcGastos()
 {
     MiFactoria::InsertaCcGastos($this->id);
 }
示例#2
0
文件: Cc.php 项目: hipogea/zega
 public static function Insertamonto($idkardex)
 {
     MiFactoria::InsertaCcGastos($idkardex);
 }