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