public TransactionController(IAppServiceClient appClient, IAppServiceTransaction appTransaction, IAppServiceCard appCard) { this.appCard = appCard; this.appClient = appClient; this.appTransaction = appTransaction; }
public TransactionController(IAppServiceTransaction transaction) { _appTransaction = transaction; }