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