コード例 #1
0
 public CoursePlanStudentController(CoursePlanStudentService coursePlanStudentService, ICoursePlanStudentRepository coursePlanStudentRepository)
 {
     CoursePlanStudentService    = coursePlanStudentService;
     CoursePlanStudentRepository = coursePlanStudentRepository;
 }
コード例 #2
0
 public CoursePlanStudentService(ICoursePlanStudentRepository coursePlanStudentRepository)
 {
     CoursePlanStudentRepository = coursePlanStudentRepository;
 }