Ejemplo n.º 1
0
 public TransactionsController(ITransactionInfoService transactionInfoService)
 {
     _transactionInfoService = transactionInfoService;
 }
Ejemplo n.º 2
0
 public TransactionInfoController(ITransactionInfoService transactionInfoService)
 {
     this._transactionInfoService = transactionInfoService;
 }