CodeGarten.Data.Access.AuthenticationManager.AuthenticationManager C# (CSharp) Méthode

AuthenticationManager() public méthode

public AuthenticationManager ( DataBaseManager db ) : System
db DataBaseManager
Résultat System
        public AuthenticationManager(DataBaseManager db)
        {
            _dbManager = db;
        }