Esempio n. 1
0
 public void Dispose()
 {
     _authorRepository  = null;
     _authorsController = null;
 }
Esempio n. 2
0
 public TestDoubles()
 {
     _authorRepository  = new FakeAuthorRepository();
     _authorsController = new AuthorsController(_authorRepository);
 }