static void Main(string[] args)
        {
            Bankomat myBankomat = new Bankomat();

            myBankomat.Log_In();
            Console.ReadKey();
        }
 public IssueCash(Bankomat b)
 {
     Context = b;
 }
        //Bankomat IStan.Kontekst { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }

        public LogIn(Bankomat b)
        {
            Context = b;
        }
Exemple #4
0
        //Bankomat IStan.Kontekst { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }

        public LogOut(Bankomat b)
        {
            Context = b;
        }