Ejemplo n.º 1
0
 public AlertBLL(IUnitWork unit) : base(unit)
 {
     _auditBLL = new AuditLogBLL(_unit);
 }
Ejemplo n.º 2
0
 public DailyScanBLL(IUnitWork unit) : base(unit)
 {
     _auditBLL = new AuditLogBLL(_unit);
 }
Ejemplo n.º 3
0
 public FunctoidBLL(IUnitWork unit) : base(unit)
 {
     _auditBLL = new AuditLogBLL(_unit);
 }
Ejemplo n.º 4
0
 public TickerBLL(IUnitWork unit, string connectionString = null) : base(unit, connectionString)
 {
     _auditBLL = new AuditLogBLL(_unit);
 }
Ejemplo n.º 5
0
 public ShareInfoBLL(IUnitWork unit) : base(unit)
 {
     _sBLL     = new ShareBLL(_unit);
     _auditBLL = new AuditLogBLL(_unit);
 }