Exemplo n.º 1
0
 protected AbstractServices(TestServices testServices)
 {
     TestServices = testServices;
 }
Exemplo n.º 2
0
 public SolutionServices(TestServices testServices)
     : base(testServices)
 {
 }