public TicketServing_Service(AppDbContext context_, IMapper _mapper, INOTIFICATION_SERVICE _notification_service, IREQUEST_RESULT request_result_) { context = context_; mapper = _mapper; notification_service = _notification_service; request_result = request_result_; }
public NotifyController(INOTIFICATION_SERVICE _notification_service) { notification_service = _notification_service; }