Beispiel #1
0
 protected AbstractServices(TestServices testServices)
 {
     TestServices = testServices;
 }
 public SolutionServices(TestServices testServices)
     : base(testServices)
 {
 }