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