C# Class Mhotivo.Implement.Repositories.PreloadedPasswordsGenerationService

Inheritance: IPasswordGenerationService
Exibir arquivo Open project: armejiaf/Mhotivo

Public Methods

Method Description
AddPasswordsToTable ( List passwordsList ) : void
GenerateTemporaryPassword ( ) : string
PreloadedPasswordsGenerationService ( MhotivoContext ctx ) : System

Private Methods

Method Description
UpdateList ( ) : void

Method Details

AddPasswordsToTable() public method

public AddPasswordsToTable ( List passwordsList ) : void
passwordsList List
return void

GenerateTemporaryPassword() public method

public GenerateTemporaryPassword ( ) : string
return string

PreloadedPasswordsGenerationService() public method

public PreloadedPasswordsGenerationService ( MhotivoContext ctx ) : System
ctx MhotivoContext
return System