コード例 #1
0
 public SchoolController(
     IEducationAreaDac educationAreaDac,
     ISchoolDac schoolDac
     )
 {
     this.educationAreaDac = educationAreaDac;
     this.schoolDac        = schoolDac;
 }
コード例 #2
0
 public EducationAreaController(IEducationAreaDac educationAreaDac)
 {
     this.educationAreaDac = educationAreaDac;
 }