コード例 #1
0
ファイル: Tempalkardex.php プロジェクト: hipogea/zega
 public function InsertaCcGastos()
 {
     MiFactoria::InsertaCcGastos($this->id);
 }
コード例 #2
0
ファイル: Cc.php プロジェクト: hipogea/zega
 public static function Insertamonto($idkardex)
 {
     MiFactoria::InsertaCcGastos($idkardex);
 }