Exemplo n.º 1
0
 public TranslationRepository(
     SimpleIdentityServerContext context,
     ITechnicalEventSource managerEventSource)
 {
     _context            = context;
     _managerEventSource = managerEventSource;
 }
 public ResourceOwnerRepository(
     SimpleIdentityServerContext context,
     ITechnicalEventSource managerEventSource)
 {
     _context            = context;
     _managerEventSource = managerEventSource;
 }
Exemplo n.º 3
0
 public JsonWebKeyRepository(SimpleIdentityServerContext context, ITechnicalEventSource managerEventSource)
 {
     _context            = context;
     _managerEventSource = managerEventSource;
 }