Пример #1
0
 public PostTagsController(NewAndNotificationContext context, IPostTagsRepo repository, IMapper mapper)
 {
     _context    = context;
     _repository = repository;
     _mapper     = mapper;
 }
Пример #2
0
 public StudentTopicsController(NewAndNotificationContext context, IStudentTopicRepo repository, IMapper mapper)
 {
     _context    = context;
     _repository = repository;
     _mapper     = mapper;
 }