Ejemplo n.º 1
0
        public AccountController(ICryptography cryptography, IAuthenticationService authenticationService, ISmsAuthenticationService smsAuthService)
        {
            _cryptography = cryptography;
            _authenticationService = authenticationService;
            _smsAuthService = smsAuthService;

            Log = LogManager.GetLogger(this.GetType());
        }
Ejemplo n.º 2
0
        public AccountController(ICryptography cryptography, IAuthenticationService authenticationService, ISmsAuthenticationService smsAuthService)
        {
            _cryptography          = cryptography;
            _authenticationService = authenticationService;
            _smsAuthService        = smsAuthService;

            Log = LogManager.GetLogger(this.GetType());
        }
Ejemplo n.º 3
0
 public AccountController(ICryptography cryptography, IAuthenticationService authenticationService, ISmsAuthenticationService smsAuthService)
 {
     _cryptography          = cryptography;
     _authenticationService = authenticationService;
     _smsAuthService        = smsAuthService;
 }
Ejemplo n.º 4
0
 public AccountController(ICryptography cryptography, IAuthenticationService authenticationService, ISmsAuthenticationService smsAuthService)
 {
     _cryptography = cryptography;
     _authenticationService = authenticationService;
     _smsAuthService = smsAuthService;
 }