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