Пример #1
0
 public StudentsCoursesController(IStudentsCoursesService studentsCoursesService)
 {
     this.studentsCoursesService = studentsCoursesService;
 }
 public MandatoryCoursesController(IStudentsCoursesService coursesService)
 {
     this.coursesService = coursesService;
 }