Пример #1
0
 public GradesController(ITimetableRepo repository, IMapper mapper)
 {
     _repository = repository;
     _mapper     = mapper;
 }