C# Class Composable.HyperBus.DemoApp.ExposedApi.Resources.Accounts.AccountsStartResource.CommandsClass

Show file Open project: mlidbom/Composable.Monolithic

Public Methods

Method Description
Register ( string email, string password ) : RegisterAccountCommand

Method Details

Register() public method

public Register ( string email, string password ) : RegisterAccountCommand
email string
password string
return RegisterAccountCommand