public AccountController(ICryptography cryptography, IAuthenticationService authenticationService, ISmsAuthenticationService smsAuthService)
        {
            _cryptography = cryptography;
            _authenticationService = authenticationService;
            _smsAuthService = smsAuthService;

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

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