Exemple #1
0
 public UserLoggedRegisterDeviceListener(
     IUowGeneral uowGeneral,
     IClientInfoDetection clientInfoDetection,
     IMailService mailService,
     ILogger <UserLoggedRegisterDeviceListener> logger)
 {
     _uowGeneral          = uowGeneral;
     _clientInfoDetection = clientInfoDetection;
     _mailService         = mailService;
     _logger = logger;
 }
Exemple #2
0
 public ClientInfoController(IClientInfoDetection clientInfoDetection)
 {
     _clientInfoDetection = clientInfoDetection;
 }