コード例 #1
0
 public PersonAuthenticationProvider(AuthenticationProviderType providerType, IUserRepository users, IMobileLoginRepository mobileLogins, ITokenHelper tokenHelper, ISmsService smsService)
     : base(mobileLogins, smsService)
 {
     _users       = users;
     ProviderType = providerType;
     _tokenHelper = tokenHelper;
 }