C# Class Affecto.IdentityManagement.Commanding.Commands.RemoveUserRoleCommand

Inheritance: ICommand
Mostrar archivo Open project: affecto/dotnet-IdentityManagement Class Usage Examples

Public Methods

Method Description
RemoveUserRoleCommand ( System.Guid userId, System.Guid roleId ) : System

Method Details

RemoveUserRoleCommand() public method

public RemoveUserRoleCommand ( System.Guid userId, System.Guid roleId ) : System
userId System.Guid
roleId System.Guid
return System