Exemplo n.º 1
0
 public TransactionBL(ITransactionDL transactionDataLayer, IReportsDL reportDataLayer)
 {
     this.transactionDataLayer = transactionDataLayer;
     this.reportDataLayer      = reportDataLayer;
 }
Exemplo n.º 2
0
 public ReportsBL(IReportsDL reportDataLayer)
 {
     this.reportDataLayer = reportDataLayer;
 }