refactor: nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-02-04 13:17:25 +02:00
parent c4692d1716
commit 2017539032
76 changed files with 4294 additions and 2734 deletions

View File

@@ -7,17 +7,11 @@ import UnitOfWork from '../UnitOfWork';
@Service()
export class CreatePaymentReceiveStripePayment {
@Inject()
private getSaleInvoiceService: GetSaleInvoice;
@Inject()
private createPaymentReceivedService: CreatePaymentReceived;
@Inject()
private tenancy: HasTenancyService;
@Inject()
private uow: UnitOfWork;
constructor(
private readonly getSaleInvoiceService: GetSaleInvoice,
private readonly createPaymentReceivedService: CreatePaymentReceived,
private readonly uow: UnitOfWork
) {}
/**
*