Esempio n. 1
0
 public OUR_SetWithVCServiceTests()
 {
     _repository    = new OUR_SetWithVCRepository();
     _ourSetService = new OUR_SetWithVCService <TestType>(_repository);
     _builder       = new TestTypeBuilder(new Random());
 }