public void Dispose() { _authorRepository = null; _authorsController = null; }
public TestDoubles() { _authorRepository = new FakeAuthorRepository(); _authorsController = new AuthorsController(_authorRepository); }