Esempio n. 1
0
 public NexmoCallbackController(NccoQueue nccoQueue,
                                ICallChannelService callChannelService,
                                IAgentRepository agentRepository,
                                IActiveCallRepository activeCallRepository)
 {
     _nccoQueue            = nccoQueue;
     _callChannelService   = callChannelService;
     _agentRepository      = agentRepository;
     _activeCallRepository = activeCallRepository;
 }
Esempio n. 2
0
 public NexmoGetNccosController(NccoQueue nccoQueue)
 {
     _nccoQueue = nccoQueue;
 }