Exemplo n.º 1
0
 public InMemoryTimeEntryRepositoryTest(ITestOutputHelper output)
 {
     _output     = output;
     _repository = new InMemoryTimeEntryRepository();
 }
Exemplo n.º 2
0
 public InMemoryTimeEntryRepositoryTest()
 {
     _repository = new InMemoryTimeEntryRepository();
 }