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

Inheritance: AggregateRoot
Afficher le fichier Open project: nbarnwell/Regalo Class Usage Examples

Méthodes publiques

Méthode Description
ChangePassword ( string newpassword ) : void
Register ( ) : void

Private Methods

Méthode Description
Apply ( UserChangedPassword evt ) : void
Apply ( UserRegistered evt ) : void
Apply ( object evt ) : void

Method Details

ChangePassword() public méthode

public ChangePassword ( string newpassword ) : void
newpassword string
Résultat void

Register() public méthode

public Register ( ) : void
Résultat void