예제 #1
0
 public DefaultWidgetController(TelebuHubChatContext context)
 {
     _context = context;
 }
예제 #2
0
 public WidgetsController(TelebuHubChatContext context)
 {
     _context = context;
 }
 public SocialMediaFilesController(TelebuHubChatContext context, IConfiguration Configuration)
 {
     _context       = context;
     _configuration = Configuration;
 }
 public CustomerIpInformationController(TelebuHubChatContext context, IConfiguration Configuration)
 {
     _context       = context;
     _configuration = Configuration;
 }
예제 #5
0
 public WhatsAppHubController(TelebuHubChatContext context, IConfiguration Configuration)
 {
     _context       = context;
     _configuration = Configuration;
 }
 public ConversationMessagesController(TelebuHubChatContext context)
 {
     _context = context;
 }