Ejemplo n.º 1
0
 public RecordService(ApplicationDbContext context) : base(context)
 {
     _transactionDependenceService = new TransactionDependenceService(context);
 }
Ejemplo n.º 2
0
 public MoneyTransferService(ApplicationDbContext context) : base(context)
 {
     _transactionDependenceService = new TransactionDependenceService(context);
 }