Ejemplo n.º 1
0
 public GraphUserService(IGraphBaseService graphService, IGraphGroupService graphGroupService,
                         IAppInsightsService appInsightsService, AuthorizationConfiguration authorizationConfiguration)
 {
     _graphService               = graphService;
     _appInsightsService         = appInsightsService;
     _graphGroupService          = graphGroupService;
     _authorizationConfiguration = authorizationConfiguration;
 }
Ejemplo n.º 2
0
 public GraphGroupService(IGraphBaseService graphService, IAppInsightsService appInsightsService)
 {
     _graphService       = graphService;
     _appInsightsService = appInsightsService;
 }