Пример #1
0
 public GraphUserUserService(
     ILogger <GraphUserUserService> logger,
     IOptionsMonitor <AppOptions> appOptions,
     IGraphClientUserContext graphClientContext,
     IHostingEnvironment hostingEnvironment) : base(logger, appOptions, graphClientContext, hostingEnvironment)
 {
 }
Пример #2
0
 public GraphSharePointUserService(
     ILogger <GraphSharePointBaseService> logger,
     IOptionsMonitor <AppOptions> appOptions,
     IGraphClientUserContext graphClientContext,
     IMemoryCache memoryCache) : base(logger, appOptions, graphClientContext, memoryCache)
 {
 }
Пример #3
0
 public GraphTeamsUserService(
     ILogger <GraphTeamsUserService> logger,
     IOptionsMonitor <AppOptions> appOptions,
     IGraphClientUserContext graphClientContext,
     IUserContext userContext,
     IAzureKeyVaultService azureKeyVaultService) : base(logger, appOptions, graphClientContext, userContext, azureKeyVaultService)
 {
 }
 public GraphSharePointUserService(
     ILogger <GraphSharePointBaseService> logger,
     IOptions <AppOptions> appOptions,
     IGraphClientUserContext graphClientContext) : base(logger, appOptions, graphClientContext)
 {
 }