Record Class Infra

java.lang.Object
java.lang.Record
passport.application.desktop.system.Infra
Record Components:
users - The repository of users.
events - The repository of events.
emailService - The email service used for sending emails.
session - The session management for the application.

public record Infra(Users users, Events events, EmailService emailService, Session session) extends Record
Represents the infrastructure layer of the PassPort application.