Ejemplo n.º 1
0
 public FirstViewModel(Services.IAllTestsServiceFactory factory)
 {
     Tests = factory.GetAllTestsService(this).All;
 }