Ejemplo n.º 1
0
 public UnitTestApplication(TestServices services)
 {
     Services = services ?? new TestServices();
     RegisterServices();
 }