Method | Description | |
---|---|---|
UserRole ( ) : NPoco |
Constructor
|
|
UserRole ( string userId, string roleId ) : NPoco |
Create a new UserRole for the specified user and role
|
public UserRole ( string userId, string roleId ) : NPoco | ||
userId | string | ID of the user |
roleId | string | ID of the role |
return | NPoco |