示例#1
0
 public AuthMessageSender(ITrackingEmailer emailer, CurrentContextServices current, TraffkTenantModelDbContext db, ITwilioSmsSender twilioSmsSender)
 {
     Emailer         = emailer;
     Current         = current;
     DB              = db;
     TwilioSmsSender = twilioSmsSender;
 }
示例#2
0
 public SmtpSettingsAdaptor(CurrentContextServices current, IVault vault)
 {
     Current = current;
     Vault   = vault;
 }