Beispiel #1
0
 public SmsAuthenticationService(ISmsDistributionService smsService)
 {
     _smsService = smsService;
 }
 public SmsAuthenticationService(ISmsDistributionService smsService)
 {
     _smsService = smsService;
     Log = LogManager.GetLogger(this.GetType());
 }
 public SmsAuthenticationService(ISmsDistributionService smsService)
 {
     _smsService = smsService;
 }
Beispiel #4
0
 public SmsAuthenticationService(ISmsDistributionService smsService)
 {
     _smsService = smsService;
     Log         = LogManager.GetLogger(this.GetType());
 }