コード例 #1
0
 public DefaultController(ITestSubjectService service, ITestService testservice)
 {
     this.subjectService = service;
     this.testservice    = testservice;
 }
コード例 #2
0
 public TestSubjectController(ITestSubjectService service)
 {
     this.subjectService = service;
 }