public PostTagsController(NewAndNotificationContext context, IPostTagsRepo repository, IMapper mapper) { _context = context; _repository = repository; _mapper = mapper; }
public StudentTopicsController(NewAndNotificationContext context, IStudentTopicRepo repository, IMapper mapper) { _context = context; _repository = repository; _mapper = mapper; }