Esempio n. 1
0
        public void Setup()
        {
            var elixirService = new StubElixirService();

            elixirLogic = new ElixirLogic(elixirService);
        }
Esempio n. 2
0
 public MainViewModel()
 {
     elixirLogic = new ElixirLogic(new ElixirService());
     //elixirLogic = new ElixirLogic(new StubElixirService());
 }