Restructura contabilidad
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
<?php
|
||||
namespace Incoviba\Repository\Venta;
|
||||
|
||||
use PDO;
|
||||
use DateTimeImmutable;
|
||||
use Incoviba\Common\Define;
|
||||
use Incoviba\Common\Ideal;
|
||||
use Incoviba\Common\Implement;
|
||||
@ -13,10 +11,10 @@ use Incoviba\Service;
|
||||
class Cuota extends Ideal\Repository
|
||||
{
|
||||
public function __construct(
|
||||
Define\Connection $connection,
|
||||
protected Pie $pieRepository,
|
||||
protected Repository\Banco $bancoRepository,
|
||||
protected Service\Venta\Pago $pagoService
|
||||
Define\Connection $connection,
|
||||
protected Pie $pieRepository,
|
||||
protected Repository\Contabilidad\Banco $bancoRepository,
|
||||
protected Service\Venta\Pago $pagoService
|
||||
)
|
||||
{
|
||||
parent::__construct($connection);
|
||||
|
@ -10,9 +10,9 @@ use Incoviba\Repository;
|
||||
class Pago extends Ideal\Repository
|
||||
{
|
||||
public function __construct(
|
||||
Define\Connection $connection,
|
||||
protected Repository\Banco $bancoRepository,
|
||||
protected TipoPago $tipoPagoRepository
|
||||
Define\Connection $connection,
|
||||
protected Repository\Contabilidad\Banco $bancoRepository,
|
||||
protected TipoPago $tipoPagoRepository
|
||||
)
|
||||
{
|
||||
parent::__construct($connection);
|
||||
|
Reference in New Issue
Block a user