Example #1
0
 public BasicAuthenticationHandler(
     IOptionsMonitor <AuthenticationSchemeOptions> options,
     ILoggerFactory logger,
     IPutnikService putnikService,
     UrlEncoder encoder,
     ISystemClock clock,
     KorisniciServiceInterface userService)
     : base(options, logger, encoder, clock)
 {
     _userService = userService;
     _putnik      = putnikService;
 }
Example #2
0
 public KorisniciController(KorisniciServiceInterface service)
 {
     ksi = service;
 }