public PendingCallsController()
 {
     _customerSupport  = new CustomerSupport();
     _RepoCallLog      = new CallLog();
     _dropdown         = new DropdownBindController();
     _emailSmsServices = new EmailsmsServices();
     _templateRepo     = new Template();
 }
Exemplo n.º 2
0
 public CallToASCController()
 {
     _customerSupport = new CustomerSupport();
 }