예제 #1
0
 protected ControllerUserBase(IShibbolethService shibbolethService, ILogger <ControllerUserBase> logger)
 {
     ShibbolethService = shibbolethService;
     Logger            = logger;
 }
 public ShibbolethAutoSinginSignOffFilter(IShibbolethService shibbolethService)
 {
     ShibbolethService = shibbolethService;
 }