コード例 #1
0
 public static void RecordSuccessfulLogin(this IUserAuthRepository repo, IUserAuth userAuth)
 {
     repo.RecordSuccessfulLogin(userAuth, rehashPassword: false, password: null);
 }