# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
BankAccountRepository interface is the common interface for a repository Each method checks the entity type.
CreditCardRepository interface is the common interface for a repository Each method checks the entity type.
EmailRepository interface is the common interface for a repository Each method checks the entity type.
LoginRepository interface is the common interface for a repository Each method checks the entity type.
NoteRepository interface is the common interface for a repository Each method checks the entity type.
ServerRepository interface is the common interface for a repository Each method checks the entity type.
Store is the minimal interface for the various repositories.
SubscriptionRepository interface is the common interface for a repository Each method checks the entity type.
TokenRepository ...
UserRepository interface is the common interface for a repository Each method checks the entity type.