C# Class Mhotivo.Implement.Repositories.PreloadedPasswordsGenerationService

Inheritance: IPasswordGenerationService
Afficher le fichier Open project: armejiaf/Mhotivo

Méthodes publiques

Méthode Description
AddPasswordsToTable ( List passwordsList ) : void
GenerateTemporaryPassword ( ) : string
PreloadedPasswordsGenerationService ( MhotivoContext ctx ) : System

Private Methods

Méthode Description
UpdateList ( ) : void

Method Details

AddPasswordsToTable() public méthode

public AddPasswordsToTable ( List passwordsList ) : void
passwordsList List
Résultat void

GenerateTemporaryPassword() public méthode

public GenerateTemporaryPassword ( ) : string
Résultat string

PreloadedPasswordsGenerationService() public méthode

public PreloadedPasswordsGenerationService ( MhotivoContext ctx ) : System
ctx MhotivoContext
Résultat System