コード例 #1
0
 public StudentSubjectController(IStudentSubjectService service)
 {
     _service = service;
 }
コード例 #2
0
 public StudentSubjectsController(IStudentSubjectService service, IMapper mapper)
 {
     this._service = service;
     this._mapper  = mapper;
 }