示例#1
0
 public void SetTimeOutReport(ITransactionReport _TimeOutReport)
 {
     TimeOutReport = _TimeOutReport;
 }
示例#2
0
 public TransactionsController(ITransactionReport transactionReport)
 {
     _transactionReport = transactionReport;
 }
示例#3
0
 public FileHandler(ITransactionReport transactionReport, IHostingEnvironment hostingEnviroment)
 {
     _transactionReport  = transactionReport;
     _hostingEnvironment = hostingEnviroment;
 }