mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2026-03-10 21:01:45 +00:00
feat: working on creating parent card
This commit is contained in:
@ -14,8 +14,8 @@ import { CardService } from './card.service';
|
||||
export class TransactionService {
|
||||
constructor(
|
||||
private readonly transactionRepository: TransactionRepository,
|
||||
private readonly cardService: CardService,
|
||||
private readonly accountService: AccountService,
|
||||
private readonly cardService: CardService,
|
||||
) {}
|
||||
|
||||
@Transactional()
|
||||
|
||||
Reference in New Issue
Block a user