public EventResponseController(ITableStoreService tableStoreService)
 {
     _tableStoreService = tableStoreService;
 }
 public EventManager(ITableStoreService tableStoreService)
 {
     _tableStoreService = tableStoreService;
 }
Example #3
0
 public TeamsMessagingExtensionsActionBot(ITableStoreService tableStoreService)
 {
     _tableStoreService = tableStoreService;
 }
Example #4
0
 public EventResponseManager(ITableStoreService tableStoreService)
 {
     _tableStoreService = tableStoreService;
 }