public LoggingSessionAttribute(
     IActionLogHelper actionLogHelper, 
     IActionExceptionHandler actionExceptionHandler)
 {
     _actionLogHelper = actionLogHelper;
     _actionExceptionHandler = actionExceptionHandler;
 }
 public LoggingSessionAttribute(
     IActionLogHelper actionLogHelper,
     IActionExceptionHandler actionExceptionHandler)
 {
     _actionLogHelper        = actionLogHelper;
     _actionExceptionHandler = actionExceptionHandler;
 }
 public LoggingNHibernateSessionAttribute(
     IActionLogHelper actionLogHelper,
     IActionExceptionHandler actionExceptionHandler,
     IActionTransactionHelper actionTransactionHelper)
 {
     _actionLogHelper = actionLogHelper;
     _actionExceptionHandler = actionExceptionHandler;
     _actionTransactionHelper = actionTransactionHelper;
 }
 public LoggingNHibernateSessionAttribute(
     IActionLogHelper actionLogHelper,
     IActionExceptionHandler actionExceptionHandler,
     IActionTransactionHelper actionTransactionHelper)
 {
     _actionLogHelper         = actionLogHelper;
     _actionExceptionHandler  = actionExceptionHandler;
     _actionTransactionHelper = actionTransactionHelper;
 }