C# Class Regalo.Core.Tests.DomainModel.Users.User

Inheritance: AggregateRoot
Show file Open project: nbarnwell/Regalo Class Usage Examples

Public Methods

Method Description
ChangePassword ( string newpassword ) : void
Register ( ) : void

Private Methods

Method Description
Apply ( UserChangedPassword evt ) : void
Apply ( UserRegistered evt ) : void
Apply ( object evt ) : void

Method Details

ChangePassword() public method

public ChangePassword ( string newpassword ) : void
newpassword string
return void

Register() public method

public Register ( ) : void
return void