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_;
 }
Exemplo n.º 2
0
 public NotifyController(INOTIFICATION_SERVICE _notification_service)
 {
     notification_service = _notification_service;
 }