Exemple #1
0
        private RechnerModel model;    //Attribute zugewiesen


        public AnwendungsController(ConsoleView view, RechnerModel model)
        {
            this.view  = view;
            this.model = model;
        }