Ejemplo n.º 1
0
 public ClientPermissionsController(
     IClientPermissionsService clientPermissionsService,
     IdentityServerOptions options,
     IViewService viewSvc,
     ILocalizationService localizationService,
     IEventService eventService,
     AntiForgeryToken antiForgeryToken)
 {
     this.clientPermissionsService = clientPermissionsService;
     this.options             = options;
     this.viewSvc             = viewSvc;
     this.localizationService = localizationService;
     this.eventService        = eventService;
     this.antiForgeryToken    = antiForgeryToken;
 }
 public ClientPermissionsController(
     IClientPermissionsService clientPermissionsService, 
     IdentityServerOptions options, 
     IViewService viewSvc, 
     ILocalizationService localizationService,
     IEventService eventService,
     AntiForgeryToken antiForgeryToken)
 {
     this.clientPermissionsService = clientPermissionsService;
     this.options = options;
     this.viewSvc = viewSvc;
     this.localizationService = localizationService;
     this.eventService = eventService;
     this.antiForgeryToken = antiForgeryToken;
 }
 public ClientPermissionsController(IClientPermissionsService clientPermissionsService, IdentityServerOptions options, IViewService viewSvc)
 {
     this.clientPermissionsService = clientPermissionsService;
     this.options = options;
     this.viewSvc = viewSvc;
 }
 public ClientPermissionsController(IClientPermissionsService clientPermissionsService, IdentityServerOptions options, IViewService viewSvc)
 {
     this.clientPermissionsService = clientPermissionsService;
     this.options = options;
     this.viewSvc = viewSvc;
 }