StatePattern.HasPin.HasPin C# (CSharp) Méthode

HasPin() public méthode

public HasPin ( ATMMachine atm ) : System.Collections
atm ATMMachine
Résultat System.Collections
        public HasPin(ATMMachine atm)
        {
            this.atm = atm;
        }