public P_SetServiceTests()
 {
     _repository  = new P_SetRepository();
     _pSetService = new P_SetService <TestType>(_repository);
 }
Exemplo n.º 2
0
 public P_SetServiceTests()
 {
     _repository  = new P_SetRepository();
     _pSetService = new P_SetService <TestType>(_repository);
     _builder     = new TestTypeBuilder(new Random());
 }