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