Class RedbUserRole
REDB user-role association entity with direct data storage.
Maps to _users_roles table in PostgreSQL.
public class RedbUserRole : IRedbUserRole
Inheritance
Implements
Properties
Methods
Constructors
RedbUserRole()
Default constructor for deserialization and mapping.
RedbUserRole(long, long)
Constructor with user and role IDs.