Ejemplo n.º 1
0
 public EchoWebProcessorChecker(IExceptionEmailSender emailSender, ISmsSender smsSender, ITransactionDomainContext transactionDomainContext)
     : base(emailSender, smsSender, null)
 {
     _transactionDomainContext = transactionDomainContext;
     _takecount = int.Parse(ConfigurationManager.AppSettings["CheckerRowsToTake"]);
 }
Ejemplo n.º 2
0
 public EchoWebProcessorChecker(IExceptionEmailSender emailSender, ISmsSender smsSender, ITransactionDomainContext transactionDomainContext)
     : base(emailSender, smsSender, null)
 {
     _transactionDomainContext = transactionDomainContext;
     _takecount = int.Parse(ConfigurationManager.AppSettings["CheckerRowsToTake"]);
 }