コード例 #1
0
 protected AbstractServices(TestServices testServices)
 {
     TestServices = testServices;
 }
コード例 #2
0
 public SolutionServices(TestServices testServices)
     : base(testServices)
 {
 }