C# Class DataModel.Commands.CreateUserCommand

Create new inactive user
Inheritance: ICommand
Mostra file Open project: Code-First/CQS-Sample Class Usage Examples

Public Methods

Method Description
CreateUserCommand ( string firstName, string lastName, string email ) : DataModel.Core

Method Details

CreateUserCommand() public method

public CreateUserCommand ( string firstName, string lastName, string email ) : DataModel.Core
firstName string
lastName string
email string
return DataModel.Core