Example #1
0
 public InMemoryTimeEntryRepositoryTest(ITestOutputHelper output)
 {
     _output     = output;
     _repository = new InMemoryTimeEntryRepository();
 }
Example #2
0
 public InMemoryTimeEntryRepositoryTest()
 {
     _repository = new InMemoryTimeEntryRepository();
 }