C# Class AccountManagement.Models.RegisterRepository

Inheritance: IRegisterRepository
Afficher le fichier Open project: mustafamg/AccountManager

Méthodes publiques

Méthode Description
Get ( string email ) : RegisterEntry
Remove ( string email ) : void
UpdateEntry ( RegisterEntry entry ) : bool

Method Details

Get() public méthode

public Get ( string email ) : RegisterEntry
email string
Résultat RegisterEntry

Remove() public méthode

public Remove ( string email ) : void
email string
Résultat void

UpdateEntry() public méthode

public UpdateEntry ( RegisterEntry entry ) : bool
entry RegisterEntry
Résultat bool