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

Inheritance: IUserIdAndNameCommand
Show file Open project: affecto/dotnet-IdentityManagement

Public Methods

Method Description
CreateUserPasswordAccountCommand ( System.Guid userId, string name, string password ) : System

Method Details

CreateUserPasswordAccountCommand() public method

public CreateUserPasswordAccountCommand ( System.Guid userId, string name, string password ) : System
userId System.Guid
name string
password string
return System