Example #1
0
        public void Setup()
        {
            var elixirService = new StubElixirService();

            elixirLogic = new ElixirLogic(elixirService);
        }
Example #2
0
 public MainViewModel()
 {
     elixirLogic = new ElixirLogic(new ElixirService());
     //elixirLogic = new ElixirLogic(new StubElixirService());
 }