Esempio n. 1
0
        // !!! LOOK HERE !!!
        // IBaristaWorker is injected as a dependency on a distributed service.

        public CoffeeShopManager(IBaristaWorker baristaWorker)
        {
            _baristaWorker = baristaWorker;
        }