Ejemplo n.º 1
0
 public GetIncomeByIdComponent(TransactionsReadContext context)
 {
     this._context = context ?? throw new ArgumentNullException(nameof(context));
 }
Ejemplo n.º 2
0
 public GetExpensesByFilterComponent(TransactionsReadContext context)
 {
     this._context = context ?? throw new ArgumentNullException(nameof(context));
 }