StatePattern.HasPin.HasPin C# (CSharp) Method

HasPin() public method

public HasPin ( ATMMachine atm ) : System.Collections
atm ATMMachine
return System.Collections
        public HasPin(ATMMachine atm)
        {
            this.atm = atm;
        }