C# Class Dan.IdentityNPocoStores.Core.UserRole

Exibir arquivo Open project: danclarke/AspNetIdentity3NPOCODataStores Class Usage Examples

Public Methods

Method Description
UserRole ( ) : NPoco

Constructor

UserRole ( string userId, string roleId ) : NPoco

Create a new UserRole for the specified user and role

Method Details

UserRole() public method

Constructor
public UserRole ( ) : NPoco
return NPoco

UserRole() public method

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