Exemplo n.º 1
0
        public void Start()
        {
            _restaurant.InviteRightHandPhilosophers(_configProvider.RightHandedPhilosophers);
            _restaurant.InviteLeftHandPhilosophers(_configProvider.LeftHandedPhilosophers);
            _restaurant.StartDinner();

            PrintStatistics(_philosopherStatisticContext);
        }