public void Setup() { var elixirService = new StubElixirService(); elixirLogic = new ElixirLogic(elixirService); }
public MainViewModel() { elixirLogic = new ElixirLogic(new ElixirService()); //elixirLogic = new ElixirLogic(new StubElixirService()); }